From 57fce42b19a902a753334271ad50dbb93c24e62a Mon Sep 17 00:00:00 2001 From: okeen Date: Fri, 2 Sep 2011 17:31:03 +0200 Subject: [PATCH] Added FactoryGirl to production gems so I can seed the DB --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 7497d47..29edfb2 100644 --- a/Gemfile +++ b/Gemfile @@ -31,8 +31,6 @@ group :development, :test do gem 'capybara' gem 'cucumber' gem 'rspec-rails' - gem "factory_girl", "2.0.2" - gem "factory_girl_rails" gem "pickle" gem "chronic" gem "timecop" @@ -49,3 +47,5 @@ gem "sass" gem "paperclip", "~> 2.3" gem "geocoder" gem 'chargify_api_ares' +gem "factory_girl", "2.0.2" +gem "factory_girl_rails"