Skip to content

Commit 46bced2

Browse files
authored
Merge pull request #8 from atomic111/master
restrict ruby testing to version 2.3.3 and update gemfile
2 parents 382f3bb + 5d2e29a commit 46bced2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
language: ruby
33
cache: bundler
44
rvm:
5-
- 2.0
6-
- 2.2
7-
- 2.3.1
5+
- 2.3.3
86

97
bundler_args: --without integration
108
script: bundle exec rake

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ source 'https://rubygems.org'
33
gem 'rake'
44
gem 'rack', '1.6.4'
55
gem 'inspec', '~> 1'
6-
gem 'rubocop', '~> 0.44.0'
76
gem 'highline', '~> 1.6.0'
7+
gem 'rubocop', '~>0.46.0'
88

99
group :integration do
1010
gem 'berkshelf'

0 commit comments

Comments
 (0)