diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-04-15 12:47:18 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-04-15 15:36:15 +0900 |
commit | 96741765d880b700933526a97a67345dfcd90c47 () | |
tree | 565766c43e97b7deb93f2390af955465a85ee668 /lib/rubygems/defaults.rb | |
parent | ed149dbf46d1a8b16e6de9c3dbbcc10f72c9c019 (diff) |
Merge the master branch of RubyGems
Notes: Merged: https://.com/ruby/ruby/pull/4383
-rw-r--r-- | lib/rubygems/defaults.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -198,7 +198,7 @@ module Gem def self.default_bindir if defined? RUBY_FRAMEWORK_VERSION # mac framework support - '/usr/bin' else # generic install RbConfig::CONFIG['bindir'] end |