Skip to content

Commit

Permalink
json gem from github
Browse files Browse the repository at this point in the history
changed to branch v1.8 repo to avoid that annoying bug 
fbuffer.h > VALUE result = rb_str_new(FBUFFER_PTR(fb), FBUFFER_LEN(fb));
ruby/json#229 (comment)
  • Loading branch information
wayann authored Mar 9, 2017
1 parent 59d4eef commit 3429557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 3429557

Please sign in to comment.