[bundler/bundler] No need to make Gem.refresh a noop
Gem.refresh
The rubygems integration sets up a post_reset hook that resets the specs back to what bundler knows after Gem::Specification.reset is called (which is what Gem.refresh calls under the hood).
post_reset
Gem::Specification.reset
https://github.com/bundler/bundler/commit/3810f9945c
[bundler/bundler] No need to make
Gem.refresh
a noopThe rubygems integration sets up a
post_reset
hook that resets thespecs back to what bundler knows after
Gem::Specification.reset
iscalled (which is what
Gem.refresh
calls under the hood).https://github.com/bundler/bundler/commit/3810f9945c