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

Fix Gemfile.lock parsing with zero dependencies #1185

Merged
merged 2 commits into from
Aug 14, 2023
Merged

Fix Gemfile.lock parsing with zero dependencies #1185

merged 2 commits into from
Aug 14, 2023

Conversation

cd-work
Copy link
Contributor

@cd-work cd-work commented Aug 14, 2023

This fixes an issue where the bundle lockfile parser would fail when encountering the lockfile generated by bundle init; bundle lock.

Closes #1183.

This fixes an issue where the bundle lockfile parser would fail when
encountering the lockfile generated by `bundle init; bundle lock`.

Closes #1183.
@cd-work cd-work requested a review from a team as a code owner August 14, 2023 16:05
@cd-work cd-work requested a review from maxrake August 14, 2023 16:05
Copy link
Contributor

@maxrake maxrake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed with local testing. LGTM.

@maxrake maxrake changed the title Fix Gemfile.lock parsing with zero dependencies Fix Gemfile.lock parsing with zero dependencies Aug 14, 2023
@cd-work cd-work merged commit 77f32a5 into main Aug 14, 2023
13 checks passed
@cd-work cd-work deleted the empty_bundle branch August 14, 2023 17:31
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

Successfully merging this pull request may close these issues.

Bundler parsing fails for empty lockfiles
2 participants