diff options
author | tyler-ball <tyleraball@gmail.com> | 2014-10-10 07:32:30 -0700 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2014-10-10 07:32:30 -0700 |
commit | b7ea9fcb151d82a6ad3e656b77170fa0fca42236 (patch) | |
tree | a55993faf9b7fcb8d58e7bea508f1bf91e7338b2 /Gemfile | |
parent | 34221471b5e9924ed7dd7915170245a081c9b71f (diff) | |
download | chef-b7ea9fcb151d82a6ad3e656b77170fa0fca42236.tar.gz |
Upgrading to latest ffi-yajl which contains fixes for Object#to_json
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -2,8 +2,6 @@ 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" |