Skip to content

Commit

Permalink
Gemfile: Update foodcritic to version 5
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 19, 2015
1 parent 5787e71 commit a6839d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ group :test do
end

group :style do
gem 'foodcritic', '~> 4.0.0'
gem 'foodcritic', '~> 5.0.0'
gem 'rubocop', '~> 0.34.0'
end

Expand Down Expand Up @@ -49,7 +49,7 @@ end

group :guard do
gem 'guard', '~> 2.12'
gem 'guard-foodcritic', '~> 1.1'
gem 'guard-foodcritic', '~> 2.0'
gem 'guard-rubocop', '~> 1.2'
gem 'guard-rspec', '~> 4.6'
# Temporary disabled: Error is: cannot load such file -- guard/kitchen
Expand Down

0 comments on commit a6839d4

Please sign in to comment.