mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-12 20:54:12 +00:00
* fix(bundler): replace deprecated CLI flags with BUNDLE_* env vars Bundler 2.1 deprecated --deployment, --without, --path, --clean, and --binstubs; Bundler 4 has removed --clean entirely. Pass these options as BUNDLE_* environment variables instead, which have been supported since Bundler 1.0.0 and are scoped to the process (no persistent .bundle/config written). Fixes #4583, fixes #11380 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(bundler): add changelog fragment for PR #12024 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| action | ||
| become | ||
| cache | ||
| callback | ||
| connection | ||
| doc_fragments | ||
| filter | ||
| inventory | ||
| lookup | ||
| module_utils | ||
| modules | ||
| plugin_utils | ||
| test | ||