Fix: address bundle config deprecation warning#180
Conversation
Addresses: ``` [DEPRECATED] Using the `config` command without a subcommand [list, get, set, unset] is deprecated and will be removed in the future. Use `bundle config set --global path /usr/local/bundle` instead. ``` ... in ci image build
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThis pull request updates the Docker image build configuration to use current Bundler CLI syntax. The Ruby installation RUN block in the Dockerfile was modified to invoke Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the CI Docker image build to use the non-deprecated Bundler configuration command form.
Changes:
- Replaces deprecated
bundle config --global ...usage withbundle config set --global .... - Keeps existing Bundler
pathandbinconfiguration values unchanged.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Addresses:
... in ci image build