-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Conversation
end | ||
end | ||
|
||
it "throws and error when there is gem yanked" do |
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.
an error
raise GemNotFound, "Your bundle is locked to #{locked_gem}, but that version could not " \ | ||
"be found in any of the sources listed in your Gemfile. If you haven't changed sources, " \ | ||
"that means the author of #{locked_gem} has removed it. You'll need to update your bundle " \ | ||
"to a different version of foo that hasn't been removed in order to install." |
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.
it says "different version of foo" in the error message. I think this should be the gem name (locked_gem
), right?
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.
Oh, I forgot to change that
@allenzhao made a few comments. Other than those small changes, this LGTM. |
@segiddins, can you r+ this or delegate me? Thanks. |
@homu delegate=RochesterinNYC |
✌️ @RochesterinNYC can now approve this pull request |
@homu r+ |
📌 Commit 1587e0d has been approved by |
⚡ Test exempted - status |
Close #4344