We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8bae1 commit 7ecea27Copy full SHA for 7ecea27
.travis.yml
@@ -17,8 +17,8 @@
17
language: ruby
18
rvm:
19
- 1.9.3
20
- - 2.0.0
21
- 2.1.4
+ - 2.3.1
22
cache: bundler
23
sudo: false
24
bundler_args: --jobs 7 --without docs integration
Gemfile
@@ -36,6 +36,10 @@ if RUBY_VERSION.to_f < 2.0
36
gem 'json', '< 2.0'
37
gem 'rubocop', '< 0.42'
38
gem 'varia_model', '< 0.5.0'
39
+elsif RUBY_VERSION.to_f > 2.3
40
+ gem 'chef'
41
+ gem 'foodcritic'
42
+ gem 'rubocop'
43
else
44
gem 'chef', '< 12.5'
45
gem 'foodcritic', '~> 6.0'
0 commit comments