summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-10-07 15:55:31 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-08 09:07:48 -0700
commit982d0137298b5a8592dad14eea025e46ee530794 (patch)
treedf09b70f913abda5c48a6f616118b7a3d8b775e3
parent5ee0f06ed8fee881b73877740312c20a4f2413f3 (diff)
downloadchef-982d0137298b5a8592dad14eea025e46ee530794.tar.gz
Using my ffi-yajl branch where I fixed Objects that do not support to_json
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 1418235ebc..b298b396e0 100644
--- a/Gemfile
+++ b/Gemfile
@@ -2,6 +2,8 @@ source "https://rubygems.org"
gemspec :name => "chef"
gem "activesupport", "< 4.0.0", :group => :compat_testing, :platform => "ruby"
+# TODO remove this when next version of ffi-yajl is released including this change
+gem "ffi-yajl", :github => 'tyler-ball/ffi-yajl', :branch => 'tball/remove_to_json'
group(:docgen) do
gem "yard"