diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-05-30 20:25:29 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-05-30 21:50:07 +0900 |
commit | 4bbeed61346d6016e2d72818e8068bedcb9f006d (patch) | |
tree | ddf1b23eb0e63a47efa8cc1fc0b72652e3dac354 /lib/rubygems/commands | |
parent | 30b960ba345fd462f98db204f47bba66819d9884 (diff) |
Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/7873
Diffstat (limited to 'lib/rubygems/commands')
-rw-r--r-- | lib/rubygems/commands/setup_command.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rubygems/commands/setup_command.rb b/lib/rubygems/commands/setup_command.rb index c2b681c60d..c35d0f5ccc 100644 --- a/lib/rubygems/commands/setup_command.rb +++ b/lib/rubygems/commands/setup_command.rb @@ -245,7 +245,7 @@ By default, this RubyGems will install gem as: def install_executables(bin_dir) prog_mode = options[:prog_mode] || 0o755 - executables = { "gem" => "bin" } + executables = { "gem" => "exe" } executables.each do |tool, path| say "Installing #{tool} executable" if @verbose |