diff --git a/omnibus/Gemfile b/omnibus/Gemfile index 210a8c610a0..4ebef4c73bd 100644 --- a/omnibus/Gemfile +++ b/omnibus/Gemfile @@ -8,7 +8,7 @@ gem 'bundler', '>1.10' # Install omnibus software group :omnibus do gem 'omnibus', github: 'chef/omnibus' - gem 'omnibus-software', github: 'chef/omnibus-software' + gem 'omnibus-software', github: 'chef/omnibus-software', branch: "ssd/libarchive-config-guess" end group :test do diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock index d34eddaaa9b..9b803705840 100644 --- a/omnibus/Gemfile.lock +++ b/omnibus/Gemfile.lock @@ -1,6 +1,7 @@ GIT remote: git://github.com/chef/omnibus-software.git - revision: d6c10d3f94e368bc358b1ca0f1520642372910fd + revision: 5209943f168aff191726c18e952a30da7252e4fe + branch: ssd/libarchive-config-guess specs: omnibus-software (4.0.0) omnibus (>= 5.2.0) @@ -251,3 +252,6 @@ DEPENDENCIES omnibus-software! rake rspec + +BUNDLED WITH + 1.12.5