Commit d3931bfc062d7932160e35529c5cb45219f695dc

Authored by gitlabhq
1 parent 16975393

fixed gemfile

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"
... ...