From 709af75b5274897828a552055f4b7ff9f65d9a5b Mon Sep 17 00:00:00 2001 From: Steven Danna Date: Tue, 5 Jul 2016 14:02:55 +0100 Subject: [PATCH] [omnibus] Update omnibus-software for libarchive config_guess fix --- omnibus/Gemfile | 2 +- omnibus/Gemfile.lock | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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..645113e8f11 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: b088f04fca5161e841caf930fd0a16a32d25d939 + 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