diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-11 00:20:01 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-11 00:20:01 +0300 |
commit | 9680c64fa880fa5df28db0171552f21513152620 (patch) | |
tree | ac59808e1d95324cf5f00366ee69c8ad450352c5 /Gemfile | |
parent | 162c4b044ee0890e774c30b19d17c0c5988c82d3 (diff) | |
download | gitlab-ce-9680c64fa880fa5df28db0171552f21513152620.tar.gz |
gem forks
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,14 +8,14 @@ gem 'stamp' gem 'will_paginate', '~> 3.0' gem 'haml-rails' gem 'jquery-rails' -gem 'grit', :git => 'git://github.com/mojombo/grit.git' +gem 'grit', :git => 'git://github.com/gitlabhq/grit.git' gem "carrierwave" gem 'six' gem 'therubyracer' gem 'faker' gem 'seed-fu', :branch => 'rails-3-1', :git => 'git://github.com/mbleigh/seed-fu.git' gem "inifile" -gem "albino", :git => "git://github.com/randx/albino.git" +gem "albino", :git => "git://github.com/gitlabhq/albino.git" gem "kaminari" gem "thin" gem "git" |