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.
2 parents 382f3bb + 5d2e29a commit 46bced2Copy full SHA for 46bced2
.travis.yml
@@ -2,9 +2,7 @@
2
language: ruby
3
cache: bundler
4
rvm:
5
- - 2.0
6
- - 2.2
7
- - 2.3.1
+ - 2.3.3
8
9
bundler_args: --without integration
10
script: bundle exec rake
Gemfile
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
gem 'rake'
gem 'rack', '1.6.4'
gem 'inspec', '~> 1'
-gem 'rubocop', '~> 0.44.0'
gem 'highline', '~> 1.6.0'
+gem 'rubocop', '~>0.46.0'
group :integration do
gem 'berkshelf'
0 commit comments