summaryrefslogtreecommitdiff
path: root/lib/bundler/shared_helpers.rb
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-05-27 21:24:59 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-05-28 10:03:37 -0700
commit8f7d9442cce3dd3460119d81963eacc3ad5c3018 (patch)
tree62b1d8ccdd641608bb9d56e5990a7c81c428e9e8 /lib/bundler/shared_helpers.rb
parent224828e0d4e3146cf8fc671f0a96476d68bfdd52 (diff)
downloadbundler-8f7d9442cce3dd3460119d81963eacc3ad5c3018.tar.gz
Print lockfile name relative from the current working directory
Diffstat (limited to 'lib/bundler/shared_helpers.rb')
-rw-r--r--lib/bundler/shared_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/shared_helpers.rb b/lib/bundler/shared_helpers.rb
index 49544e9b48..69dc33d252 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -56,7 +56,7 @@ module Bundler
def pwd
Bundler.rubygems.ext_lock.synchronize do
- Dir.pwd
+ Pathname.pwd
end
end