diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-22 07:01:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-22 07:24:04 +0900 |
commit | 82496f2b389278a569fa7680ee6faa55a97410d7 () | |
tree | acce0c98431a9f617be3d5c971b4c684155c5b94 /lib/rubygems/basic_specification.rb | |
parent | fc549b2b3a65a95a734ee8679293a30284f84622 (diff) |
Merge RubyGems-3.5.2 and Bundler-2.5.2
-rw-r--r-- | lib/rubygems/basic_specification.rb | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -84,7 +84,13 @@ class Gem::BasicSpecification return false end - have_file? file, Gem.suffixes end def default_gem? |