diff --git a/Gemfile b/Gemfile index cd0616d..4224c0b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,8 @@ 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 @@ -15,8 +13,6 @@ group :development do gem 'guard' gem 'guard-rspec' gem 'guard-kitchen' -# gem 'guard-rubocop' -# gem 'guard-foodcritic' end group :integration do