Skip to content

Fix Ruby head Bundler lockfile#335

Merged
jeremy merged 1 commit into
basecamp:mainfrom
robzolkos:fix-ruby-head-bundler-lockfile
Jun 10, 2026
Merged

Fix Ruby head Bundler lockfile#335
jeremy merged 1 commit into
basecamp:mainfrom
robzolkos:fix-ruby-head-bundler-lockfile

Conversation

@robzolkos

@robzolkos robzolkos commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • update Ruby lockfile Bundler metadata to 4.0.14
  • use the Bundler version whose path source handling works with current ruby-head

Why

Ruby head CI currently fails during Bundler setup because Bundler 4.0.4 references Pathname::SEPARATOR_PAT. Bundler 4.0.14 uses Pathname#absolute? instead.

Tests

  • cd ruby && bundle exec rake test

Summary by cubic

Update ruby/Gemfile.lock to use bundler 4.0.14 and set BUNDLED WITH to 4.0.14 to restore Ruby head CI. This avoids the older Bundler’s use of Pathname::SEPARATOR_PAT; 4.0.14 uses Pathname#absolute? and works with current ruby-head.

Written for commit fb0123d. Summary will update on new commits.

Review in cubic

Copilot AI review requested due to automatic review settings June 10, 2026 17:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


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

@github-actions github-actions Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update the Ruby SDK labels Jun 10, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

Re-trigger cubic

@jeremy jeremy merged commit 03cea32 into basecamp:main Jun 10, 2026
46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update the Ruby SDK

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants