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

Clarify bundle check behaviour in docs #7613

Merged

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Apr 27, 2024

What was the end-user or developer problem that led to this PR?

Closes #7587

What is your fix for the problem, implemented in this PR?

Update the docs.

Make sure the following tasks are checked

@andyw8 andyw8 force-pushed the andyw8/clarify-bundle-check-behaviour branch from 12f2764 to c438c6d Compare April 27, 2024 14:45
@andyw8 andyw8 marked this pull request as ready for review April 27, 2024 14:57
@martinemde
Copy link
Member

Thanks for the documentation update.

To clarify, are you saying that if you run bundle check when the lockfile is outdated, it will update the lockfile using installed gems, if they are compatible?

Maybe we could focus on that behavior in the docs, clarifying that an outdated lockfile will be resolved using installed gems if they satisfy the requirement.

@andyw8
Copy link
Contributor Author

andyw8 commented Apr 29, 2024

Thanks for the feedback, I've pushed an update.

cc @deivid-rodriguez

@deivid-rodriguez deivid-rodriguez merged commit 3853db9 into rubygems:master Apr 29, 2024
83 checks passed
@deivid-rodriguez
Copy link
Member

Thank you!

deivid-rodriguez added a commit that referenced this pull request Apr 30, 2024
…viour

Clarify `bundle check` behaviour in docs

(cherry picked from commit 3853db9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bundle check causes file modifications to Gemfile.lock
3 participants