Skip to content

Commit 7ecea27

Browse files
committed
Test Chef 13: remove Ruby 2.0, add Ruby 2.3
1 parent cc8bae1 commit 7ecea27

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
language: ruby
1818
rvm:
1919
- 1.9.3
20-
- 2.0.0
2120
- 2.1.4
21+
- 2.3.1
2222
cache: bundler
2323
sudo: false
2424
bundler_args: --jobs 7 --without docs integration

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ if RUBY_VERSION.to_f < 2.0
3636
gem 'json', '< 2.0'
3737
gem 'rubocop', '< 0.42'
3838
gem 'varia_model', '< 0.5.0'
39+
elsif RUBY_VERSION.to_f > 2.3
40+
gem 'chef'
41+
gem 'foodcritic'
42+
gem 'rubocop'
3943
else
4044
gem 'chef', '< 12.5'
4145
gem 'foodcritic', '~> 6.0'

0 commit comments

Comments
 (0)