From 4bdbf25c208aa9795276274b00e1104ca3153358 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 23 Apr 2015 19:46:14 +0200 Subject: [PATCH 1/2] bugfix: add thor-foodcritic --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index cd0616d..1868cf1 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ group :test do gem 'foodcritic', '~> 4.0' # gem 'thor-foodcritic' # gem 'rubocop', '~> 0.28.0' + gem 'thor-foodcritic' gem 'coveralls', require: false end From 54b34eb0eded330fe89869c031a01f2e44cb1e93 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Thu, 23 Apr 2015 19:46:30 +0200 Subject: [PATCH 2/2] remove unused gems --- Gemfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Gemfile b/Gemfile index 1868cf1..4224c0b 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,7 @@ 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 @@ -16,8 +13,6 @@ group :development do gem 'guard' gem 'guard-rspec' gem 'guard-kitchen' -# gem 'guard-rubocop' -# gem 'guard-foodcritic' end group :integration do