Skip to content
This repository has been archived by the owner on Mar 5, 2018. It is now read-only.

Raise Bump::VersionConflict when a conflict prevents us getting a gem version #38

Merged
merged 1 commit into from
May 17, 2017

Conversation

greysteil
Copy link
Contributor

This shouldn't really happen, but it does.

If a Gemfile.lock is wonky (because it's been manually edited) we could get a Bundler::VersionConflict when looking for the latest resolvable version of a gem. We could also in theory get it when resolving a gem that used to be a beta version. However, the most likely time to get it is when Bundler has a bug, like rubygems/bundler#5031.

@greysteil
Copy link
Contributor Author

@nickcampbell18 - quick one.

@greysteil greysteil merged commit 2355f32 into master May 17, 2017
@greysteil greysteil deleted the handle-version-conflicts branch May 17, 2017 09:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants