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

Ignore commented out keys in config file #7514

Merged
merged 1 commit into from Mar 17, 2024
Merged

Conversation

deivid-rodriguez
Copy link
Member

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

Sometimes Bundler will print warnings about configuration settings that are commented out.

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

Ignore commented out keys when parsing config.

Fixes #7511.

Make sure the following tasks are checked

@simi simi merged commit 27c33dd into master Mar 17, 2024
83 checks passed
@simi simi deleted the ignore-commented-out-settings branch March 17, 2024 22:55
deivid-rodriguez pushed a commit that referenced this pull request Mar 20, 2024
Ignore commented out keys in config file

(cherry picked from commit 27c33dd)
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 .bundle/config config includes # -..., which contains the dash character (-). This is deprecated.
3 participants