Skip to content

Commit

Permalink
Added FactoryGirl to production gems so I can seed the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
okeen committed Sep 2, 2011
1 parent 155ac36 commit 57fce42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -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"
Expand All @@ -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"

0 comments on commit 57fce42

Please sign in to comment.