Skip to content

Fix: address bundle config deprecation warning#180

Merged
aramprice merged 1 commit into
windows-2019from
fix-bundle-deprecation
May 13, 2026
Merged

Fix: address bundle config deprecation warning#180
aramprice merged 1 commit into
windows-2019from
fix-bundle-deprecation

Conversation

@aramprice
Copy link
Copy Markdown
Member

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

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
Copilot AI review requested due to automatic review settings May 13, 2026 20:58
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 7e667a88-6120-491f-8dca-c456c685b806

📥 Commits

Reviewing files that changed from the base of the PR and between 32b19ed and bb0fece.

📒 Files selected for processing (1)
  • ci/docker/Dockerfile

Walkthrough

This 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 bundle config set --global instead of the deprecated bundle config --global syntax for configuring Bundler's global path and bin settings.

Suggested reviewers

  • colins
  • a-hassanin
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately summarizes the main change—updating deprecated bundle config commands to use the set subcommand to address deprecation warnings.
Description check ✅ Passed The description clearly explains the deprecation warning being addressed and the context of the change in the CI image build.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-bundle-deprecation

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 with bundle config set --global ....
  • Keeps existing Bundler path and bin configuration values unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@aramprice aramprice merged commit 7f2dd69 into windows-2019 May 13, 2026
19 checks passed
@aramprice aramprice deleted the fix-bundle-deprecation branch May 13, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants