summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <2887858+deivid-rodriguez@users.noreply.github.com>2025-09-09 19:21:29 +0200
committergit <svn-admin@ruby-lang.org>2025-10-10 06:13:49 +0000
commit77e32902db6fc6ef34c97bb8c0bc495267e636e9 (patch)
treeed50ec8050c3b5864d5a763d06484dd4afe59dff
parent1399134f6a504cf647c02a00c67b6a04ad7c76a4 (diff)
[rubygems/rubygems] Consolidate removal of `Bundler.rubygems.all_specs`
https://github.com/rubygems/rubygems/commit/73779331ce
-rw-r--r--lib/bundler/rubygems_integration.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/bundler/rubygems_integration.rb b/lib/bundler/rubygems_integration.rb
index 31f255d997..d8f95cffb8 100644
--- a/lib/bundler/rubygems_integration.rb
+++ b/lib/bundler/rubygems_integration.rb
@@ -416,11 +416,7 @@ module Bundler
end
def all_specs
- SharedHelpers.major_deprecation 2, "Bundler.rubygems.all_specs has been removed in favor of Bundler.rubygems.installed_specs"
-
- Gem::Specification.stubs.map do |stub|
- StubSpecification.from_stub(stub)
- end
+ SharedHelpers.feature_removed! "Bundler.rubygems.all_specs has been removed in favor of Bundler.rubygems.installed_specs"
end
def installed_specs