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

Bundler deprecation warnings #6417

Closed
Tracked by #6657
gbp opened this issue Aug 3, 2021 · 1 comment · Fixed by #7588
Closed
Tracked by #6657

Bundler deprecation warnings #6417

gbp opened this issue Aug 3, 2021 · 1 comment · Fixed by #7588
Labels
dependencies f:framework improvement Improves existing functionality (UI tweaks, refactoring, performance, etc)

Comments

@gbp
Copy link
Member

gbp commented Aug 3, 2021

When deploying were seeing:

Running bundle install with options: --path vendor/bundle --without development debug test --deployment
[DEPRECATED] The `--deployment` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local deployment 'true'`, and stop using this flag
[DEPRECATED] The `--path` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local path 'vendor/bundle'`, and stop using this flag
[DEPRECATED] The `--without` flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use `bundle config set --local without 'development debug test'`, and stop using this flag
@garethrees garethrees added the improvement Improves existing functionality (UI tweaks, refactoring, performance, etc) label Aug 3, 2021
@garethrees garethrees changed the title Bundler depication warnings Bundler --path flag deprecated Nov 9, 2021
@garethrees garethrees changed the title Bundler --path flag deprecated Bundler deprecation warnings Nov 9, 2021
@garethrees garethrees added this to the Framework Modernisation milestone Nov 9, 2021
@gbp gbp mentioned this issue Nov 17, 2021
16 tasks
@gbp
Copy link
Member Author

gbp commented Jan 24, 2022

See: mysociety/annual-report@2d754c2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies f:framework improvement Improves existing functionality (UI tweaks, refactoring, performance, etc)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants