mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 05:25:34 +02:00
Merge rubygems master from upstream.
I picked the commit from 3c469e0da538428a0ddd94f99aa73c32da22e8ba
This commit is contained in:
parent
560cd5b1f0
commit
56660de3c6
55 changed files with 1051 additions and 1053 deletions
|
@ -429,7 +429,7 @@ By default, this RubyGems will install gem as:
|
|||
Dir.chdir("bundler") do
|
||||
built_gem = Gem::Package.build(bundler_spec)
|
||||
begin
|
||||
installer = Gem::Installer.at(built_gem, env_shebang: options[:env_shebang], install_as_default: true, bin_dir: bin_dir, wrappers: true)
|
||||
installer = Gem::Installer.at(built_gem, env_shebang: options[:env_shebang], format_executable: options[:format_executable], install_as_default: true, bin_dir: bin_dir, wrappers: true)
|
||||
installer.install
|
||||
ensure
|
||||
FileUtils.rm_f built_gem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue