aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/inline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bundler/inline.rb')
-rw-r--r--lib/bundler/inline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/inline.rb b/lib/bundler/inline.rb
index 99ee98db..81cab198 100644
--- a/lib/bundler/inline.rb
+++ b/lib/bundler/inline.rb
@@ -31,7 +31,7 @@ def gemfile(install = false, &gemfile)
require 'bundler'
old_root = Bundler.method(:root)
def Bundler.root
- Pathname.pwd.expand_path
+ SharedHelpers.pwd.expand_path
end
ENV['BUNDLE_GEMFILE'] ||= 'Gemfile'