Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bumping triggers bundle which updates unrelated gem versions #96

Open
grosser opened this issue Jan 9, 2020 · 0 comments
Open

bumping triggers bundle which updates unrelated gem versions #96

grosser opened this issue Jan 9, 2020 · 0 comments

Comments

@grosser
Copy link
Collaborator

grosser commented Jan 9, 2020

given a gemspec project with Gemfile.lock including outdated versions, a bump minor updates the gems version in Gemfile.lock ... but it should only update the version of the gemspec gem ... I tried with --conservative flag, but that's not supported for a bundle or bundle install 🤷‍♂
so only workaround I can see if either setting some config flag or running bundle update <gem name> --conservative (might be tricky to find the name)
this seems to be triggered by the ruby version I'm on not matching the version it was last bundled with ... so this might be unfixable since it needs to bump to be able to bundle :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant