summaryrefslogtreecommitdiff
path: root/lib/bundler/settings.rb
diff options
context:
space:
mode:
authorSamuel Giddins <segiddins@segiddins.me>2018-07-21 22:28:26 -0700
committerSamuel Giddins <segiddins@segiddins.me>2018-07-29 16:50:25 -0700
commit3dabfcbec8317c80fae190ebd717f73e74ba3324 (patch)
tree6b9d72900f340030abcedf085d7b51bc2115bdd0 /lib/bundler/settings.rb
parent946e801679f9279b917a0e4427be6f71a1535011 (diff)
downloadbundler-3dabfcbec8317c80fae190ebd717f73e74ba3324.tar.gz
Update specs for path always including ruby scope
Diffstat (limited to 'lib/bundler/settings.rb')
-rw-r--r--lib/bundler/settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/settings.rb b/lib/bundler/settings.rb
index e37bfb442a..fe68d510ff 100644
--- a/lib/bundler/settings.rb
+++ b/lib/bundler/settings.rb
@@ -220,7 +220,7 @@ module Bundler
locations
end
- # for legacy reasons, the ruby scope isnt appended when the setting comes from ENV or the global config,
+ # for legacy reasons, in Bundler 1, the ruby scope isnt appended when the setting comes from ENV or the global config,
# nor do we respect :disable_shared_gems
def path
key = key_for(:path)