diff --git a/.travis.yml b/.travis.yml index 08dc2bb..9cb2cc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,7 @@ language: ruby cache: bundler rvm: - - 2.0 - - 2.2 - - 2.3.1 + - 2.3.3 bundler_args: --without integration script: bundle exec rake diff --git a/Gemfile b/Gemfile index 06bfa06..4e7c318 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rake' gem 'rack', '1.6.4' gem 'inspec', '~> 1' -gem 'rubocop', '~> 0.44.0' +gem 'rubocop', '~> 0.46.0' gem 'highline', '~> 1.6.0' group :integration do