This repository has been archived by the owner on Apr 14, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[Settings] Append the ruby scope on Bundler 2 with a global path setting #6628
Merged
bundlerbot
merged 3 commits into
master
from
segiddins/bundler-2-global-path-ruby-scope
Jul 31, 2018
Merged
[Settings] Append the ruby scope on Bundler 2 with a global path setting #6628
bundlerbot
merged 3 commits into
master
from
segiddins/bundler-2-global-path-ruby-scope
Jul 31, 2018
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
indirect
approved these changes
Jul 17, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
@bundlerbot r+ |
📌 Commit 4487ea5 has been approved by |
bundlerbot
added a commit
that referenced
this pull request
Jul 17, 2018
…ope, r=indirect [Settings] Append the ruby scope on Bundler 2 with a global path setting ### What was the end-user problem that led to this PR? The problem was `bundle config path` behaving differently depending on whether the config is local or global was... confusing. Closes #6619 (comment). ### What was your diagnosis of the problem? My diagnosis was setting the `path` setting should be consistent, regardless of the level of configuration it is set at. ### What is your fix for the problem, implemented in this PR? My fix appends the "ruby scope" to the path when set globally on Bundler 2. ### Why did you choose this fix out of the possible options? I chose this fix because it means users won't have to re-install gems when switching rubies with a global `BUNDLE_PATH` set.
💔 Test failed - status-travis |
segiddins
force-pushed
the
segiddins/bundler-2-global-path-ruby-scope
branch
from
July 22, 2018 05:44
4487ea5
to
92fe3ba
Compare
Took a while, but got the specs updated! |
segiddins
force-pushed
the
segiddins/bundler-2-global-path-ruby-scope
branch
from
July 29, 2018 23:50
92fe3ba
to
9b38bcb
Compare
@bundlerbot r+ |
📌 Commit 9b38bcb has been approved by |
bundlerbot
added a commit
that referenced
this pull request
Jul 31, 2018
…ope, r=colby-swandale [Settings] Append the ruby scope on Bundler 2 with a global path setting ### What was the end-user problem that led to this PR? The problem was `bundle config path` behaving differently depending on whether the config is local or global was... confusing. Closes #6619 (comment). ### What was your diagnosis of the problem? My diagnosis was setting the `path` setting should be consistent, regardless of the level of configuration it is set at. ### What is your fix for the problem, implemented in this PR? My fix appends the "ruby scope" to the path when set globally on Bundler 2. ### Why did you choose this fix out of the possible options? I chose this fix because it means users won't have to re-install gems when switching rubies with a global `BUNDLE_PATH` set.
☀️ Test successful - status-travis |
colby-swandale
pushed a commit
that referenced
this pull request
Sep 21, 2018
…ope, r=colby-swandale [Settings] Append the ruby scope on Bundler 2 with a global path setting ### What was the end-user problem that led to this PR? The problem was `bundle config path` behaving differently depending on whether the config is local or global was... confusing. Closes #6619 (comment). ### What was your diagnosis of the problem? My diagnosis was setting the `path` setting should be consistent, regardless of the level of configuration it is set at. ### What is your fix for the problem, implemented in this PR? My fix appends the "ruby scope" to the path when set globally on Bundler 2. ### Why did you choose this fix out of the possible options? I chose this fix because it means users won't have to re-install gems when switching rubies with a global `BUNDLE_PATH` set. (cherry picked from commit 0fc64a6)
colby-swandale
pushed a commit
that referenced
this pull request
Sep 22, 2018
…ope, r=colby-swandale [Settings] Append the ruby scope on Bundler 2 with a global path setting ### What was the end-user problem that led to this PR? The problem was `bundle config path` behaving differently depending on whether the config is local or global was... confusing. Closes #6619 (comment). ### What was your diagnosis of the problem? My diagnosis was setting the `path` setting should be consistent, regardless of the level of configuration it is set at. ### What is your fix for the problem, implemented in this PR? My fix appends the "ruby scope" to the path when set globally on Bundler 2. ### Why did you choose this fix out of the possible options? I chose this fix because it means users won't have to re-install gems when switching rubies with a global `BUNDLE_PATH` set. (cherry picked from commit 0fc64a6)
colby-swandale
pushed a commit
that referenced
this pull request
Oct 5, 2018
…ope, r=colby-swandale [Settings] Append the ruby scope on Bundler 2 with a global path setting ### What was the end-user problem that led to this PR? The problem was `bundle config path` behaving differently depending on whether the config is local or global was... confusing. Closes #6619 (comment). ### What was your diagnosis of the problem? My diagnosis was setting the `path` setting should be consistent, regardless of the level of configuration it is set at. ### What is your fix for the problem, implemented in this PR? My fix appends the "ruby scope" to the path when set globally on Bundler 2. ### Why did you choose this fix out of the possible options? I chose this fix because it means users won't have to re-install gems when switching rubies with a global `BUNDLE_PATH` set. (cherry picked from commit 0fc64a6)
This was referenced Aug 28, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What was the end-user problem that led to this PR?
The problem was
bundle config path
behaving differently depending on whether the config is local or global was... confusing.Closes #6619 (comment).
What was your diagnosis of the problem?
My diagnosis was setting the
path
setting should be consistent, regardless of the level of configuration it is set at.What is your fix for the problem, implemented in this PR?
My fix appends the "ruby scope" to the path when set globally on Bundler 2.
Why did you choose this fix out of the possible options?
I chose this fix because it means users won't have to re-install gems when switching rubies with a global
BUNDLE_PATH
set.