Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build with master of omnibus #1099

Merged
merged 1 commit into from
Sep 19, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions omnibus/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,16 @@ source 'https://rubygems.org'
# Install omnibus
# Sadly due to an ongoing msys2 issue, producing windows builds requires
# the two branches below.
gem 'omnibus', github: 'chef/omnibus', branch: 'ksubrama/gcc_investigate'
# gem 'omnibus', github: 'chef/omnibus', branch: 'ksubrama/gcc_investigate'

# Use Chef's software definitions. It is recommended that you write your own
# software definitions, but you can clone/fork Chef's to get you started.
gem 'omnibus-software', github: 'chef/omnibus-software', branch: 'ksubrama/ruby23'
# gem 'omnibus-software', github: 'chef/omnibus-software', branch: 'ksubrama/ruby23'

# Use entries from chef's Gemfile
gem 'omnibus', github: 'chef/omnibus'
gem 'omnibus-software', github: 'chef/omnibus-software'
gem 'license_scout', github: 'chef/license_scout'

# 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