Skip to content

Fix release job Ruby version to match new floor - #90

Merged
lessthanjacob merged 1 commit into
mainfrom
fix/release-ruby-version
Jul 15, 2026
Merged

Fix release job Ruby version to match new floor#90
lessthanjacob merged 1 commit into
mainfrom
fix/release-ruby-version

Conversation

@lessthanjacob

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #89. The release job pinned ruby-version: 3.2, but that PR
raised the gem floor to required_ruby_version >= 3.3.0. When the version
bump merged and triggered the release, bundle install failed:

Because every version of procore-sift depends on Ruby >= 3.3.0
...
current Ruby version is = 3.2.11, version solving has failed.

Bumps the release job to Ruby 3.3 to match the floor.

Checklist:

  • I have updated the necessary documentation
  • I have updated the changelog, if necessary (CHANGELOG.md)
  • I have signed off all my commits as required by DCO
  • My build is green

🤖 Generated with Claude Code

The release job pinned ruby-version 3.2, but the gem now requires
Ruby >= 3.3.0, so bundle install failed during release with
"version solving has failed".

Co-authored-by: claude-code/anthropic.claude-opus-4-8 <noreply@anthropic.com>
Signed-off-by: Jacob Sheehy <jacobjsheehy@gmail.com>
@lessthanjacob
lessthanjacob requested a review from a team as a code owner July 15, 2026 16:47
@github-actions github-actions Bot added the repo label Jul 15, 2026
@lessthanjacob
lessthanjacob merged commit 57f3415 into main Jul 15, 2026
11 checks passed
@lessthanjacob
lessthanjacob deleted the fix/release-ruby-version branch July 15, 2026 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants