summaryrefslogtreecommitdiff
path: root/omnibus/Gemfile
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-09-20 16:00:54 -0700
committerJohn Keiser <john@johnkeiser.com>2016-09-20 16:00:54 -0700
commit2658aa43da11c3f3f2ffaf61f0a6ebb0e8893a57 (patch)
treebb5d40b99910cd67d329f7d7d68a613eeee9cff8 /omnibus/Gemfile
parent19b3900b5f6a24009b8f14eb09d4105e721b9262 (diff)
downloadchef-2658aa43da11c3f3f2ffaf61f0a6ebb0e8893a57.tar.gz
Update pedump to latest released; update all dependenciesjk/update
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r--omnibus/Gemfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 6e9e9cce71..45cad13e4f 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -4,9 +4,7 @@ gem "omnibus", github: "chef/omnibus", branch: "rhass/COOL-502_with_gcc_investig
gem "omnibus-software", github: "chef/omnibus-software", branch: "lcg/ruby23"
gem "license_scout", github: "chef/license_scout"
-# pedump pessimistically pins multipart-post to a version from 2013 which makes
-# 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"
+gem "pedump"
# 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