summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-03-31 14:39:56 +0800
committerAndre Arko <andre@arko.net>2014-03-31 14:39:56 +0800
commitb50b0db4e5dc1b75298e1596424ce22b6a627156 (patch)
treebc5b5667559953a0e00b81f701fdc8a3a6508b1d
parentabb55ce407c80d017841266238c971e07dd0d8b6 (diff)
downloadbundler-b50b0db4e5dc1b75298e1596424ce22b6a627156.tar.gz
tmp not in /tmp? are you kidding me?
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 278920549f..31ca4eb3a6 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -204,7 +204,7 @@ module Bundler
end
def tmp
- user_bundle_path.join("tmp", Process.pid.to_s)
+ Pathname.new(Dir.mktmpdir(Process.pid.to_s))
end
def settings