Skip to content

Commit

Permalink
Merge pull request #1 from hardening-io/fixes
Browse files Browse the repository at this point in the history
Fix missing gem
  • Loading branch information
Sebastian Gumprich committed Apr 23, 2015
2 parents 3356962 + 54b34eb commit 3e4a6b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ source 'https://rubygems.org'

group :test do
gem 'rake'
# gem 'chefspec', '~> 4.2.0'
gem 'foodcritic', '~> 4.0'
# gem 'thor-foodcritic'
# gem 'rubocop', '~> 0.28.0'
gem 'thor-foodcritic'
gem 'coveralls', require: false
end

group :development do
gem 'guard'
gem 'guard-rspec'
gem 'guard-kitchen'
# gem 'guard-rubocop'
# gem 'guard-foodcritic'
end

group :integration do
Expand Down

0 comments on commit 3e4a6b5

Please sign in to comment.