diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-10-07 15:46:06 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-10-07 16:41:48 -0700 |
commit | b92978dd22f734f33044ec62c605b6eedb43bb6e (patch) | |
tree | 51934530fdb3b03ecbfc184e5f52d6f81165c132 /Gemfile | |
parent | d358471be4f794df804d13439225baa3fb9dfeb8 (diff) | |
download | chef-b92978dd22f734f33044ec62c605b6eedb43bb6e.tar.gz |
Using my ffi-yajl branch where I fixed Objects that do not support to_json
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |