Commit 61381c8998fd35c1df3e251ab4e3eddefb2231ea

Authored by William DURAND
1 parent b21e9afe

The repository "seed-fu" does not have `rails-3-1` branch. Fixes installation using "bundle".

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
Gemfile
... ... @@ -13,7 +13,7 @@ gem "carrierwave"
13 13 gem 'six'
14 14 gem 'therubyracer'
15 15 gem 'faker'
16   -gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git'
  16 +gem 'seed-fu', :git => 'git://github.com/mbleigh/seed-fu.git'
17 17 gem "inifile"
18 18 gem "albino", :git => "git://github.com/gitlabhq/albino.git"
19 19 gem "kaminari"
... ...