This repository was archived by the owner on Apr 14, 2021. It is now read-only.
[2.0] Add a feature flag to prefer gems.rb to Gemfile#5719
Merged
bundlerbot merged 1 commit intomasterfrom Jun 16, 2017
Merged
Conversation
Collaborator
|
☔ The latest upstream changes (presumably #5701) made this pull request unmergeable. Please resolve the merge conflicts. |
019bf2f to
2eec079
Compare
|
I am r+, but this needs a rebase. |
Contributor
Author
|
No it doesn't? It merges cleanly |
|
oh noooo I was tricked by bundlerbot. @bundlerbot r+ |
Collaborator
|
📌 Commit 2eec079 has been approved by |
Collaborator
|
☔ The latest upstream changes (presumably #5722) made this pull request unmergeable. Please resolve the merge conflicts. |
With `prefer_gems_rb` set (by default on 2.0), Bundler will prefer a `gems.rb` that is in the same directory as a `Gemfile`
2eec079 to
5f6a5b3
Compare
Contributor
Author
|
Rebased. @bundlerbot r=indirect |
Collaborator
|
📌 Commit 5f6a5b3 has been approved by |
Collaborator
bundlerbot
added a commit
that referenced
this pull request
Jun 16, 2017
[2.0] Add a feature flag to prefer gems.rb to Gemfile With `prefer_gems_rb` set (by default on 2.0), Bundler will prefer a `gems.rb` that is in the same directory as a `Gemfile`
Collaborator
|
☀️ Test successful - status-travis |
This was referenced Jun 16, 2017
This file contains hidden or 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
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.
With
prefer_gems_rbset (by default on 2.0), Bundler will prefer agems.rbthat is in the same directory as aGemfile