aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2015-05-05 14:50:58 -0700
committerAndre Arko <andre@arko.net>2015-05-07 08:40:33 +0100
commit4820162414b6d7ed1eee5d8c8397533cadff46e3 (patch)
treee23724a5574e5cb5baf39aceadd592ae8940d320 /lib/bundler/cli.rb
parent1d9f3763aabc842d50cc2a88c77b216c5be77c64 (diff)
downloadbundler-4820162414b6d7ed1eee5d8c8397533cadff46e3.tar.gz
clean up tmp dirs if they get created
backport of ae865a073c4e713d6f9c2a6143a0e81041031eb8
Diffstat (limited to 'lib/bundler/cli.rb')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index 6a220725..ac193d72 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -11,8 +11,6 @@ module Bundler
rescue Exception => e
Bundler.ui = UI::Shell.new
raise e
- ensure
- Bundler.cleanup
end
def initialize(*args)