Guest User

Untitled

a guest
Dec 17th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ~/D/g/h/heroku-buildpack-ruby (master) > g d
  2. diff --git lib/language_pack/ruby.rb lib/language_pack/ruby.rb
  3. index 88e42fa..2f9009b 100644
  4. --- lib/language_pack/ruby.rb
  5. +++ lib/language_pack/ruby.rb
  6. @@ -634,7 +634,7 @@ BUNDLE
  7. instrument 'ruby.build_bundler' do
  8. log("bundle") do
  9. bundle_without = env("BUNDLE_WITHOUT") || default_bundle_without
  10. - bundle_bin = "bundle"
  11. + bundle_bin = "bundle _#{BUNDLER_VERSION}_"
  12. bundle_command = "#{bundle_bin} install --without #{bundle_without} --path vendor/bundle --binstubs #{bundler_binstubs_path}"
  13. bundle_command << " -j4"
Add Comment
Please, Sign In to add comment