summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@loftninjas.org>2016-02-11 22:43:16 -0500
committerBryan McLellan <btm@loftninjas.org>2016-02-11 22:43:16 -0500
commit9765e6fb8edf832cf10619d16cf695fb2ce440d6 (patch)
treec137db14b58c22f9191c070fffefa8574bcb73f2
parentc700c2d999a5767931cf43e6f8191ed5961d2137 (diff)
parentf3389f58044fcf97dbce682a82140894c39abb14 (diff)
downloadchef-9765e6fb8edf832cf10619d16cf695fb2ce440d6.tar.gz
Merge pull request #4564 from chef/ksubrama/test
Allow checking out pedump from a fork.
-rw-r--r--omnibus/Gemfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile
index 33c3ef3cc2..07d1e0c9f3 100644
--- a/omnibus/Gemfile
+++ b/omnibus/Gemfile
@@ -1,7 +1,11 @@
source "https://rubygems.org"
-gem "omnibus", github: "chef/omnibus"
-gem "omnibus-software", github: "chef/omnibus-software"
+gem "omnibus", git: "https://github.com/chef/omnibus.git"
+gem "omnibus-software", git: "https://github.com/chef/omnibus-software.git"
+
+# 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"
# 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