From a88a14d1af21de8d4a23616b68eaa7e7b73f7ba4 Mon Sep 17 00:00:00 2001 From: Bodacious Date: Tue, 11 Sep 2018 09:56:47 +0100 Subject: [PATCH] Update Gemfile to remove dupilcate --- Gemfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4117c18650..e63c8b7578 100644 --- a/Gemfile +++ b/Gemfile @@ -139,10 +139,6 @@ group :development, :test do # RSpec for Rails (https://github.com/rspec/rspec-rails) gem "rspec-rails" - # factory_bot_rails provides integration between factory_bot and rails 3 or newer (http://github.com/thoughtbot/factory_bot_rails) - # rspec-collection_matchers-1.1.3 (https://github.com/rspec/rspec-collection_matchers) - gem "rspec-collection_matchers" - # factory_bot_rails provides integration between factory_bot and rails 3 or newer (http://github.com/thoughtbot/factory_bot_rails) gem "factory_bot_rails"