Skip to content

Commit

Permalink
Merge pull request voxpupuli#858 from jfryman/revert-857-fix-travis
Browse files Browse the repository at this point in the history
Revert "pin rubocop and rubocop-rspec depending on Ruby version"
  • Loading branch information
3flex committed Aug 23, 2016
2 parents fb193dd + 8c73ab9 commit b42333d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Expand Up @@ -7,9 +7,6 @@ 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 b42333d

Please sign in to comment.