Skip to content

Commit

Permalink
Pin back rubocop
Browse files Browse the repository at this point in the history
Per problems with rubocop 0.34

RE: rubocop/rubocop#2218
  • Loading branch information
martinb3 committed Sep 8, 2015
1 parent c59556a commit ff15484
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
group :lint do
gem 'foodcritic', '~> 3.0'
gem 'foodcritic-rackspace-rules' # git: '[email protected]:racker/foodcritic-rackspace-rules.git'
gem 'rubocop', '~> 0.24'
gem 'rubocop', '~> 0.33.0', require: false
end

group :unit do
Expand Down

0 comments on commit ff15484

Please sign in to comment.