aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/source
diff options
context:
space:
mode:
authorAsutosh Palai <asupalai@gmail.com>2016-06-30 21:09:49 +0530
committerAsutosh Palai <asupalai@gmail.com>2016-07-03 09:41:58 +0530
commit08f4586f75c161eecc518f6544537d490c355423 (patch)
treed185ce8318e5a04bda0b5f1e0d921d0ca4b00de2 /lib/bundler/source
parenta7688b5201109e9b845cbe5c5b007c2c3ad29f22 (diff)
downloadbundler-08f4586f75c161eecc518f6544537d490c355423.tar.gz
Spec fixes for older versions
Diffstat (limited to 'lib/bundler/source')
-rw-r--r--lib/bundler/source/path/installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/source/path/installer.rb b/lib/bundler/source/path/installer.rb
index 4fc5c807..abc46d5a 100644
--- a/lib/bundler/source/path/installer.rb
+++ b/lib/bundler/source/path/installer.rb
@@ -24,7 +24,7 @@ module Bundler
end
def post_install
- SharedHelpers.chdir(gem_dir) do
+ SharedHelpers.chdir(@gem_dir) do
run_hooks(:pre_install)
unless @disable_extentions