Updated pygments.rb to latest to make it build under ruby 2.4 (#2644)
This commit is contained in:
parent
faa3fc6128
commit
284e4d73ba
2 changed files with 6 additions and 8 deletions
2
Gemfile
2
Gemfile
|
@ -3,7 +3,7 @@ source "https://rubygems.org"
|
|||
group :development do
|
||||
gem 'rake', '~> 10.0'
|
||||
gem 'jekyll', '~> 3.0'
|
||||
gem 'pygments.rb', '~> 0.6.3'
|
||||
gem 'pygments.rb', '~> 1.1.2'
|
||||
gem 'rdiscount', '~> 2.0'
|
||||
gem 'RedCloth', '~> 4.2'
|
||||
gem 'haml', '~> 4.0'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue