Skip to content

Commit 9615e20

Browse files
atomic111chris-rock
authored andcommitted
restrict ruby testing to version 2.3.3 (#7)
* restrict ruby testing to version 2.3.3 Signed-off-by: Patrick Münch <[email protected]> * update gemfile Signed-off-by: Patrick Münch <[email protected]>
1 parent d37899e commit 9615e20

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,7 +3,7 @@ source 'https://rubygems.org'
33
gem 'rake'
44
gem 'rack', '1.6.4'
55
gem 'inspec', '~> 1'
6-
gem 'rubocop', '~> 0.44.0'
6+
gem 'rubocop', '~> 0.46.0'
77
gem 'highline', '~> 1.6.0'
88

99
group :integration do

0 commit comments

Comments
 (0)