Skip to content

Commit

Permalink
Merge pull request voxpupuli#857 from jfryman/fix-travis
Browse files Browse the repository at this point in the history
pin rubocop and rubocop-rspec depending on Ruby version
  • Loading branch information
3flex authored Aug 23, 2016
2 parents 91ace3c + 8ee5a8a commit fb193dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ group :rake do
gem 'puppet-blacksmith', :require => false
gem 'rake', :require => false
gem 'metadata-json-lint', :require => false
gem 'rubocop-rspec', '~> 1.6', :require => false if RUBY_VERSION >= '2.2.0'
gem 'rubocop-rspec', '1.5.0', :require => false if RUBY_VERSION < '2.2.0'
gem 'rubocop', '0.41.2', :require => false if RUBY_VERSION < '2.0.0'
end

group :system_tests do
Expand Down

0 comments on commit fb193dd

Please sign in to comment.