Closed jamesiarmes closed 7 years ago
Thanks for reporting this! It sounds like a bug. Could you please provide a list of commands we can run (or a repo we can check out) that will allow us to reproduce this bug so that we can fix it?
ping @jamesiarmes
Thanks for reporting this! It sounds like a bug. Could you please provide a list of commands we can run (or a repo we can check out) that will allow us to reproduce this bug so that we can fix it?
The project that I've encountered this in is private. I'll try to create a Gemfile without private repos that I can post.
Its possible this is related to https://github.com/bundler/bundler/issues/5264 ?
ping @jamesiarmes
Closing, presuming fixed by https://github.com/bundler/bundler/issues/5266
If I update the version in my gems gemspec file but forget to run
bundle update
to update Gemfile.lock, when I runbundle install
it fails to install gems without notice. For example:I would expect bundler to error when encountering a version mismatch, rather than continuing to install some gems.