diff options
author | Hiroshi SHIBATA <[email protected]> | 2021-12-23 09:21:36 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-12-23 09:44:45 +0900 |
commit | fb1ab27f535833f1ba1648d7cdce4cc893e36d07 (patch) | |
tree | fab2ac1a60ba75a8e897d6077c8234af2fd77900 /lib/rubygems/errors.rb | |
parent | feaf4fbc3fa16382fbd07158c448c7b5bdae78b5 (diff) |
Merge RubyGems-3.3.1 and Bundler-2.3.1
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5325
Diffstat (limited to 'lib/rubygems/errors.rb')
-rw-r--r-- | lib/rubygems/errors.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/rubygems/errors.rb b/lib/rubygems/errors.rb index 86f0d1da14..f115ce23d0 100644 --- a/lib/rubygems/errors.rb +++ b/lib/rubygems/errors.rb @@ -59,9 +59,6 @@ module Gem private def build_message - if name == "bundler" && message = Gem::BundlerVersionFinder.missing_version_message - return message - end names = specs.map(&:full_name) "Could not find '#{name}' (#{requirement}) - did find: [#{names.join ','}]\n" end |