summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2016-04-08 13:09:56 -0500
committertyler-ball <tyleraball@gmail.com>2016-04-08 13:09:56 -0500
commit824bbdffa147df3bfe94a3bb4aec3702c9e085ec (patch)
treeb7806484b77ea8692004c41de4b949f750f41ca6
parent18cee837bef5ee39f1ccde2fe32443d82a4f8095 (diff)
downloadchef-824bbdffa147df3bfe94a3bb4aec3702c9e085ec.tar.gz
Omnibus is now using ffi_yajl so we no longer need to pin the JSON gem in our Gemfile
-rw-r--r--omnibus/Gemfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 295fb2f490..ef1dec354d 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -7,12 +7,6 @@ gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git"
# bundler very unhappy. Remove this when upstream has merged zed-0xff/pedump#6 .
gem "pedump", git: "https://github.com/ksubrama/pedump.git", branch: "patch-1"
-# `json_pure` has a bug in it that is failing Chef builds. We include the
-# json gem into the Gemfile so that running `bundle exec` will have
-# this gem on the load path, and cause `require 'json/ext'` to succeed. This
-# prevents loading the `json_pure` gem
-gem "json", ">= 1.8.1"
-
# This development group is installed by default when you run `bundle install`,
# but if you are using Omnibus in a CI-based infrastructure, you do not need
# the Test Kitchen-based build lab. You can skip these unnecessary dependencies