summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index f5fdcf87d7..8b3f60d36a 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -398,6 +398,9 @@ EOF
@locked_gems = nil
@bundle_path = nil
@bin_path = nil
+
+ Plugin.reset!
+
return unless defined?(@rubygems) && @rubygems
rubygems.undo_replacements
rubygems.reset