From 5f19b1a7e0a2ca3d3cd8424c51a07396d0ccf29d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 5 Apr 2017 15:36:29 -0400 Subject: [PATCH] Use yajl-ruby 1.2.2 (now with 2.4 support) (#6007) Merge pull request 6007 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7e509366..f4e60e12 100644 --- a/Gemfile +++ b/Gemfile @@ -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