Skip to content

Commit

Permalink
lock Rubocop to HoundCi version for now
Browse files Browse the repository at this point in the history
  • Loading branch information
e2 committed Jun 27, 2015
1 parent 4cc6e1a commit 033b03d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ gem "rake"
# installed on Travis CI.

group :development do
gem "rubocop", "~> 0.29", require: false
# NOTE: version should match HoundCi RuboCop version
gem "rubocop", "= 0.29.1", require: false

gem "guard-rubocop", require: false

gem "yard", require: false, platform: :mri
Expand Down

0 comments on commit 033b03d

Please sign in to comment.