summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2014-10-10 07:32:30 -0700
committertyler-ball <tyleraball@gmail.com>2014-10-10 07:32:30 -0700
commitb7ea9fcb151d82a6ad3e656b77170fa0fca42236 (patch)
treea55993faf9b7fcb8d58e7bea508f1bf91e7338b2 /Gemfile
parent34221471b5e9924ed7dd7915170245a081c9b71f (diff)
downloadchef-b7ea9fcb151d82a6ad3e656b77170fa0fca42236.tar.gz
Upgrading to latest ffi-yajl which contains fixes for Object#to_json
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index b298b396e0..1418235ebc 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"