Skip to content

Commit

Permalink
[omnibus] Update omnibus-software for libarchive config_guess fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevendanna committed Jul 5, 2016
1 parent 71ce52b commit 709af75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnibus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -251,3 +252,6 @@ DEPENDENCIES
omnibus-software!
rake
rspec

BUNDLED WITH
1.12.5

0 comments on commit 709af75

Please sign in to comment.