Skip to content

Commit

Permalink
Limit rubocop to version 0.35.0 to prevent Travis failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg03a committed Jan 29, 2016
1 parent ccbf65f commit 443b543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ group :test do
gem 'rspec-puppet-facts'
gem 'rspec'
gem 'puppet-blacksmith'
gem 'rubocop'
gem 'rubocop', '<= 0.35.0'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-trailing_comma-check'
Expand Down

0 comments on commit 443b543

Please sign in to comment.