Commit 7b67480c76db8b9a9ccdc80015cc500dc6d26892

Authored by Dmitriy Zaporozhets
2 parents b21e9afe 61381c89

Merge pull request #6 from willdurand/patch-1

The repository "seed-fu" does not have `rails-3-1` branch.
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"
... ...