diff options
author | gitlabhq <m@gitlabhq.com> | 2011-10-21 15:35:42 +0300 |
---|---|---|
committer | gitlabhq <m@gitlabhq.com> | 2011-10-21 15:35:42 +0300 |
commit | 1477a6c8aaecbde1f2b5903cccb267d632212ee4 (patch) | |
tree | 713a5e2f213b7b50dc0cab1a74692dd39a91138d /Gemfile | |
parent | f2808191893d2d3f158f569627ac6005509ea05b (diff) | |
download | gitlab-ce-1477a6c8aaecbde1f2b5903cccb267d632212ee4.tar.gz |
moved from albino -> pygments.rb
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ gem 'therubyracer' gem 'faker' gem 'seed-fu', :git => 'git://github.com/mbleigh/seed-fu.git' gem "inifile" -gem "albino", :git => "git://github.com/gitlabhq/albino.git" +gem "pygments.rb", "0.2.3" gem "kaminari" gem "thin" gem "git" |