Commit c1b1d14a53608cf6582707eeb7c45f66a1d4164c

Authored by Nathan Broadbent
1 parent ffd87fdd
Exists in master and in 1 other branch production

Moved 'fabrication' gem into default group (for loading demo data)

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -20,6 +20,7 @@ gem 'hoptoad_notifier', "~> 2.4"
20 20 gem 'actionmailer_inline_css', "~> 1.3.0"
21 21 gem 'kaminari'
22 22 gem 'rack-ssl-enforcer'
  23 +gem 'fabrication' # Both for tests, and loading demo data
23 24  
24 25 platform :ruby do
25 26 gem 'mongo', '= 1.3.1'
... ... @@ -32,7 +33,6 @@ gem 'ri_cal'
32 33 group :development, :test do
33 34 gem 'rspec-rails', '~> 2.6'
34 35 gem 'webmock', :require => false
35   - gem 'fabrication'
36 36 unless ENV['TRAVIS']
37 37 gem 'ruby-debug', :platform => :mri_18
38 38 gem 'ruby-debug19', :platform => :mri_19, :require => 'ruby-debug'
... ...