Skip to content

Commit 86db0d7

Browse files
committed
restrict ruby testing to version 2.3.3 and update gemfile
Signed-off-by: Patrick Münch <[email protected]>
1 parent d8101cb commit 86db0d7

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.travis.yml

+1-3
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
22

3-
gem 'rake'
4-
gem 'rack', '1.6.4'
5-
gem 'inspec', '~> 1'
6-
gem 'rubocop', '~> 0.44.0'
73
gem 'highline', '~> 1.6.0'
4+
gem 'inspec', '~> 1'
5+
gem 'rack', '1.6.4'
6+
gem 'rake'
7+
gem 'rubocop', '~> 0.46.0'
88

99
group :tools do
1010
gem 'github_changelog_generator', '~> 1.12.0'

0 commit comments

Comments
 (0)