summaryrefslogtreecommitdiff
path: root/lib/bundler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler.rb')
-rw-r--r--lib/bundler.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index f6ad7ccaef..0ddd2c7f88 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -602,6 +602,10 @@ EOF
reset_rubygems!
end
+ def reset_settings!
+ @settings = nil
+ end
+
def reset_paths!
@bin_path = nil
@bundler_major_version = nil