Use modified pygments.rb to allow dependency to rubypython 0.6.1 or above that...
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.
Showing
... | ... | @@ -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" | ||
... | ... |
Please register or sign in to comment