Skip to content

Conversation

@deivid-rodriguez
Copy link
Contributor

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

Some CLI flags are silently remembered in configuration by Bundler, so that further Bundler invocations use them.

We found this very problematic, and deprecated all CLI flags with this behavior back in 2017. Now, with the upcoming major version release, it's time to remove them.

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

Remove all rememebered CLI flags and their documentation.

Closes #8657.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez changed the title Completelt remove all remembered CLI flags Completely remove all remembered CLI flags Sep 4, 2025
@deivid-rodriguez deivid-rodriguez marked this pull request as ready for review September 9, 2025 07:36
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/get-rid-of-remembered-options branch from 89db39d to 156dd83 Compare September 9, 2025 07:36
@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/get-rid-of-remembered-options branch from 156dd83 to 4919e5c Compare September 9, 2025 12:37
@deivid-rodriguez deivid-rodriguez merged commit 94f6f83 into master Sep 9, 2025
76 checks passed
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/get-rid-of-remembered-options branch September 9, 2025 14:27
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.

Enable forget_cli_options by default

2 participants