summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2018-07-09 20:39:57 -0700
committerAndre Arko <andre@arko.net>2018-07-09 20:39:57 -0700
commit736c583936aa0a2f4fd70be4d8bb7208ce3fdd2d (patch)
tree0f8458e53b354810ec7ee17b6f454a883b1636a9
parente97d0d70bc22f889927c0df4edbbb9ef541575ba (diff)
downloadbundler-736c583936aa0a2f4fd70be4d8bb7208ce3fdd2d.tar.gz
follow symlinks in bundler_ruby_lib as well
-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 05928fc4d0..08c6bed212 100644
--- a/lib/bundler/shared_helpers.rb
+++ b/lib/bundler/shared_helpers.rb
@@ -324,7 +324,7 @@ module Bundler
end
def bundler_ruby_lib
- File.expand_path("../..", __FILE__)
+ resolve_path File.expand_path("../..", __FILE__)
end
def clean_load_path