Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Make smaller berks repro
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeiser committed Mar 10, 2016
1 parent 8ecff9e commit cac0dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
2 changes: 1 addition & 1 deletion omnibus/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'omnibus', git: 'https://github.com/chef/omnibus.git'
gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software.git', branch: 'jk/compiled-ruby'
gem 'omnibus-software', git: 'https://github.com/chef/omnibus-software.git'

# pedump pessimistically pins multipart-post to a version from 2013 which makes
# bundler very unhappy. Remove this when upstream has merged zed-0xff/pedump#6 .
Expand Down
16 changes: 4 additions & 12 deletions omnibus/config/projects/chefdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,18 +79,10 @@
override :'chef-provisioning-vagrant', version: "master"

dependency "preparation"
dependency "chefdk"
dependency "pry"
dependency "chef-provisioning-aws"
dependency "chef-provisioning-fog"
dependency "chef-provisioning-vagrant"
dependency "chef-provisioning-azure"
dependency "ruby-windows-devkit" if windows?
dependency "rubygems-customization"
dependency "shebang-cleanup"
dependency "version-manifest"
dependency "openssl-customization"
dependency "clean-static-libs"
dependency "ruby"
dependency "rubygems"
dependency "bundler"
dependency "berkshelf"

package :rpm do
signing_passphrase ENV['OMNIBUS_RPM_SIGNING_PASSPHRASE']
Expand Down

0 comments on commit cac0dc2

Please sign in to comment.