1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Gem::Specification.reset already clears loaded spec cache

Plus, that method is supposed to be private.

https://github.com/rubygems/rubygems/commit/f8a01ddb9f
This commit is contained in:
David Rodríguez 2021-11-17 17:59:30 +01:00 committed by git
parent 81eba77fc0
commit d8dde444e9

View file

@ -480,7 +480,6 @@ class Gem::TestCase < Test::Unit::TestCase
Gem.instance_variable_set :@default_dir, nil
end
Gem::Specification._clear_load_cache
Gem::Specification.unresolved_deps.clear
Gem::refresh