diff options
author | David RodrÃguez <[email protected]> | 2022-09-07 07:13:04 +0200 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2022-09-08 11:25:03 +0900 |
commit | 24fd2f73d0835eea534225a6381551d591764002 () | |
tree | 3447658af19fa723e6c2c4c3e5cbdacda430e424 /lib/rubygems/installer.rb | |
parent | 2d57447ae80e0b0895d6d22d606391b48516ba93 (diff) |
Resync Bundler & RubyGems
Notes: Merged: https://.com/ruby/ruby/pull/6330
-rw-r--r-- | lib/rubygems/installer.rb | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -649,9 +649,9 @@ class Gem::Installer def process_options # :nodoc: @options = { - :bin_dir => nil, - :env_shebang => false, - :force => false, :only_install_dir => false, :post_install_message => true, }.merge options |