diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-14 14:57:45 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-14 14:57:45 +0300 |
commit | d3931bfc062d7932160e35529c5cb45219f695dc (patch) | |
tree | 2feb6511fdf88ae4d11d90b1a49c37cfb1abb62e /Gemfile | |
parent | 1697539361e6a3bdf6906ef9a535b5d5d7ea288a (diff) | |
download | gitlab-ce-d3931bfc062d7932160e35529c5cb45219f695dc.tar.gz |
fixed gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ gem "carrierwave" gem 'six' gem 'therubyracer' gem 'faker' -gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git' +gem 'seed-fu', :git => 'git://github.com/mbleigh/seed-fu.git' gem "inifile" gem "albino", :git => "git://github.com/gitlabhq/albino.git" gem "kaminari" |