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

skip comment lines in the gemfile #3

Merged

Conversation

copiousfreetime
Copy link
Contributor

A standalone comment line causes the following to show up in the output:

#                              | 0.0.0.UNKNOWN | 1970-01-01

Turns out this is a parsing issue, and all comment lines should just be skipped.

Copy link
Collaborator

@Daniel-N-Huss Daniel-N-Huss left a comment

Choose a reason for hiding this comment

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

Seems like a reasonable addition to me!

The only counter-point I can think of is if there's commented out gems in the file, in which case we probably don't care about them anyways.

@stevenjackson stevenjackson merged commit 82f9403 into testdouble:main Aug 2, 2023
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.

3 participants