Skip to content

Commit

Permalink
Allow checking out pedump from a fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Null Cating-Subramanian committed Feb 11, 2016
1 parent 6ca21c9 commit f3389f5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions omnibus/Gemfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3389f5

Please sign in to comment.