diff options
Diffstat (limited to 'omnibus/Gemfile')
-rw-r--r-- | omnibus/Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 9470a86266..67c6bb4571 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" -gem "omnibus", git: "https://github.com/chef/omnibus", branch: "lcg/improve-appbundling" -gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "lcg/appbundle-0.11-without" +gem "omnibus", git: "https://github.com/chef/omnibus", branch: "master" +gem "omnibus-software", git: "https://github.com/chef/omnibus-software", branch: "master" gem "pedump" |