CI: update to ruby 2.4.1 and rubocop 0.49.1

Chef 13 is also using ruby 2.4.1 in the omnibus packages

Signed-off-by: Artem Sidorenko <artem@posteo.de>
This commit is contained in:
Artem Sidorenko 2017-06-01 23:05:22 +02:00
parent 105ec0fc99
commit 16d47e8dc5
3 changed files with 2 additions and 4 deletions

View file

@ -3,7 +3,7 @@ language: ruby
cache: bundler
rvm:
- 2.3.3
- 2.4.1
bundler_args: --without integration
script: bundle exec rake

View file

@ -4,7 +4,7 @@ gem 'highline', '~> 1.6.0'
gem 'inspec', '~> 1'
gem 'rack', '1.6.4'
gem 'rake'
gem 'rubocop', '~> 0.46.0'
gem 'rubocop', '~> 0.49.0'
group :tools do
gem 'github_changelog_generator', '~> 1.12.0'

View file

@ -1,5 +1,3 @@
#!/usr/bin/env rake
require 'rake/testtask'
require 'rubocop/rake_task'