summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-10-28 18:08:07 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-31 19:06:14 +0900
commit19d77a1cfc8efa1d03083689f7de78a52ef05be6 (patch)
tree6363999410c62bbf5f80815bcadb57237e64470f /lib/rubygems.rb
parent199083dd158c993998412d28d15df01e128e3981 (diff)
[rubygems/rubygems] Remove unnecessary spec manipulation
https://github.com/rubygems/rubygems/commit/c7c00c280f
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4789
Diffstat (limited to 'lib/rubygems.rb')
-rw-r--r--lib/rubygems.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rubygems.rb b/lib/rubygems.rb
index 60a599e380..271f4d2999 100644
--- a/lib/rubygems.rb
+++ b/lib/rubygems.rb
@@ -1121,7 +1121,6 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
ensure
Gem::DefaultUserInteraction.ui.close
end
- @gemdeps.requested_specs.map(&:to_spec).sort_by(&:name)
end
rescue => e