Use yajl-ruby 1.2.2 (now with 2.4 support) (#6007)

Merge pull request 6007
This commit is contained in:
Parker Moore 2017-04-05 15:36:29 -04:00 committed by jekyllbot
parent b4926daf3a
commit 5f19b1a7e0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ group :jekyll_optional_dependencies do
gem "classifier-reborn", "~> 2.1.0"
gem "liquid-c", "~> 3.0"
gem "pygments.rb", "~> 0.6.0"
gem "yajl-ruby", git: "https://github.com/parkr/yajl-ruby", branch: "1.2.x-unify-fixnum-to-integer"
gem "yajl-ruby", "~> 1.2"
gem "rdiscount", "~> 2.0"
gem "redcarpet", "~> 3.2", ">= 3.2.3"
end