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

Exclude Bundler from missing locked dependencies check #6792

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

deivid-rodriguez
Copy link
Member

@deivid-rodriguez deivid-rodriguez commented Jul 4, 2023

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

We recently regressed and now show an error in frozen mode when Bundler is an explicit Gemfile dependency.

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

Bundler is special since it's not actually locked in the lockfile as a regular gem (only via BUNDLED WITH). So exclude it from that check.

Fixes #6791.

Make sure the following tasks are checked

Bundler is special since it's not actually locked in the lockfile as a
regular gem (only via `BUNDLED WITH`). So exclude it from that check.
@deivid-rodriguez deivid-rodriguez merged commit f0a744e into master Jul 6, 2023
92 checks passed
@deivid-rodriguez deivid-rodriguez deleted the frozen-mode-regression branch July 6, 2023 12:18
deivid-rodriguez added a commit that referenced this pull request Jul 6, 2023
Exclude Bundler from missing locked dependencies check

(cherry picked from commit f0a744e)
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.

Your lock file is missing "bundler", but the lockfile can't be updated
1 participant