Skip to content

chore(deps): upgrade Bundler to 4.0.13#737

Open
wdower wants to merge 1 commit into
masterfrom
update/bundler
Open

chore(deps): upgrade Bundler to 4.0.13#737
wdower wants to merge 1 commit into
masterfrom
update/bundler

Conversation

@wdower
Copy link
Copy Markdown
Contributor

@wdower wdower commented Jun 7, 2026

Bump Gemfile.lock BUNDLED WITH from 2.7.2 to 4.0.13 and remove the Dockerfile's bundler management. RubyGems and Bundler now release in lockstep, so the gem update --system already in the build stage provides Bundler 4.0.13 as the RubyGems default -- the ARG BUNDLER_VERSION pin and gem install bundler steps are redundant. bundle install uses the default directly in every stage.

Going forward, we should be able to just inherit the base image's bundler and we can stop having to do so much manual fiddling with it in both the GH and IB builds.

Bump Gemfile.lock BUNDLED WITH from 2.7.2 to 4.0.13 and remove the
Dockerfile's bundler management. RubyGems and Bundler now release in
lockstep, so the `gem update --system` already in the build stage
provides Bundler 4.0.13 as the RubyGems default -- the
ARG BUNDLER_VERSION pin and gem install bundler steps are redundant.
bundle install uses the default directly in every stage.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

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 project’s Bundler version to align with the Bundler/RubyGems “lockstep” release model, and simplifies the container build by removing explicit Bundler pinning/installation in the Dockerfile.

Changes:

  • Bumped Gemfile.lock BUNDLED WITH from 2.7.2 to 4.0.13.
  • Removed ARG BUNDLER_VERSION and the explicit gem install bundler:... step from the Docker build.
  • Documented the change in CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
Gemfile.lock Updates the lockfile’s Bundler version to 4.0.13.
Dockerfile Removes Bundler version pin/install and relies on gem update --system for Bundler provisioning.
CHANGELOG.md Notes the Bundler upgrade and Dockerfile simplification in Unreleased.

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

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