Depend on my branch of yajl-ruby with Ruby 2.4 Integer fix

/cc https://github.com/brianmario/yajl-ruby/pull/173
This commit is contained in:
Parker Moore 2017-03-31 00:56:15 -04:00
parent 409c8f9f31
commit 15e133f627
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ group :jekyll_optional_dependencies do
gem "classifier-reborn", "~> 2.1.0" gem "classifier-reborn", "~> 2.1.0"
gem "liquid-c", "~> 3.0" gem "liquid-c", "~> 3.0"
gem "pygments.rb", "~> 0.6.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 "rdiscount", "~> 2.0" gem "rdiscount", "~> 2.0"
gem "redcarpet", "~> 3.2", ">= 3.2.3" gem "redcarpet", "~> 3.2", ">= 3.2.3"
end end