Skip to content

Commit

Permalink
update RuboCop gem to recent release
Browse files Browse the repository at this point in the history
  • Loading branch information
miketheman committed Nov 21, 2014
1 parent 23b79d0 commit 4a766e7
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 @@ -2,7 +2,7 @@ source 'https://rubygems.org'

group :lint do
gem 'foodcritic', '~> 4.0'
gem 'rubocop', '~> 0.25.0'
gem 'rubocop', '~> 0.27.0'
end

group :unit do
Expand Down

0 comments on commit 4a766e7

Please sign in to comment.