From 2658aa43da11c3f3f2ffaf61f0a6ebb0e8893a57 Mon Sep 17 00:00:00 2001 From: John Keiser Date: Tue, 20 Sep 2016 16:00:54 -0700 Subject: Update pedump to latest released; update all dependencies --- omnibus/Gemfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'omnibus/Gemfile') 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 -- cgit v1.2.1