Merge pull request #832 from akzhan/master
Use modified pygments.rb to allow dependency to rubypython 0.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