Use modified pygments.rb to allow dependency to rubypython 0.6.1 or above that fixes installation issues on some 64bit OSes like RHEL-based Scientific Linux 6.

This commit is contained in:
Akzhan Abdulin 2012-05-18 19:44:35 +02:00
parent 02dc256514
commit 7c154aa460
2 changed files with 10 additions and 5 deletions

View file

@ -19,7 +19,7 @@ gem "therubyracer"
gem "faker"
gem "seed-fu"
gem "linguist", "~> 1.0.0", :git => "https://github.com/gitlabhq/linguist.git"
gem "pygments.rb", "0.2.11"
gem "pygments.rb", "0.2.12", :git => "https://github.com/gitlabhq/pygments.rb.git"
gem "redcarpet", "~> 2.1.1"
gem "thin"
gem "unicorn"