summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-07-21 09:56:03 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-21 09:56:03 +0530
commit292fb5857c8c4f743675db687feb102e7a7a70c1 (patch)
tree052c67e935b6910130fa74489112b925989b7a70 /lib/bundler.rb
parent01172502c14e9553ba98d24e8e8133159bf3f816 (diff)
downloadbundler-292fb5857c8c4f743675db687feb102e7a7a70c1.tar.gz
Shifted Plugin.reset! to Bundler.reset!
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index c73c07af3a..6ed4de3815 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -393,6 +393,7 @@ module Bundler
rubygems.undo_replacements
rubygems.reset
@rubygems = nil
+ Plugin.reset!
end
private