Skip to content

Commit

Permalink
Gemfile: Update foodcritic to 10.2 and simplecov to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Mar 31, 2017
1 parent fcb75be commit 643640d
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 @@ -20,15 +20,15 @@ group :test do
end

group :style do
gem 'foodcritic', '~> 10.0.0'
gem 'foodcritic', '~> 10.2.0'
gem 'rubocop', '~> 0.48.0'
end

group :unit do
gem 'chef', chef_version unless chef_version.nil?
gem 'chefspec', '~> 6.0'
gem 'should_not', '~> 1.1'
gem 'simplecov', '~> 0.13.0'
gem 'simplecov', '~> 0.14.0'
end

group :integration do
Expand Down

0 comments on commit 643640d

Please sign in to comment.