Skip to content

Commit

Permalink
Merge pull request #21 from atomic111/master
Browse files Browse the repository at this point in the history
restrict ruby testing to version 2.3.3 und update gemfile
  • Loading branch information
chris-rock authored Apr 4, 2017
2 parents b525df5 + 2795280 commit be5e952
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
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 'inspec', '~> 1'
gem 'rack', '1.6.4'
gem 'rake'
gem 'rubocop', '~> 0.46.0'

group :tools do
gem 'github_changelog_generator', '~> 1.12.0'
Expand Down

0 comments on commit be5e952

Please sign in to comment.