From 34295570ef645b2eab7b2ea4dceb6d38da60cd8e Mon Sep 17 00:00:00 2001 From: Wayann Date: Thu, 9 Mar 2017 17:09:15 +0100 Subject: [PATCH] json gem from github changed to branch v1.8 repo to avoid that annoying bug fbuffer.h > VALUE result = rb_str_new(FBUFFER_PTR(fb), FBUFFER_LEN(fb)); https://github.com/flori/json/issues/229#issuecomment-68802010 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ff9fda..087cbca 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'https://rubygems.org' gem "sinatra" gem "rethinkdb" -gem "json" +gem "json", :git => "https://github.com/flori/json.git", :branch => "v1.8"