Updated pygments.rb to latest to make it build under ruby 2.4 (#2644)

This commit is contained in:
Audun Ytterdal 2017-06-27 07:28:44 +02:00 committed by Fabian Affolter
parent faa3fc6128
commit 284e4d73ba
2 changed files with 6 additions and 8 deletions

View file

@ -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'