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:
parent
02dc256514
commit
7c154aa460
2 changed files with 10 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue