Skip to content

Require Ruby >= 3.3 and update CI Ruby versions#79

Merged
dduugg merged 2 commits into
mainfrom
bump-min-ruby-3.3
Jun 25, 2026
Merged

Require Ruby >= 3.3 and update CI Ruby versions#79
dduugg merged 2 commits into
mainfrom
bump-min-ruby-3.3

Conversation

@dduugg

@dduugg dduugg commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Summary

Bumps the minimum supported Ruby version to 3.3 (Ruby 3.2 is now EOL) and refreshes the CI test matrices to the currently supported set (3.3 and 3.4).

Changes

  • visualize_packs.gemspec: required_ruby_version raised from '>= 2.7' to '>= 3.3'.
  • .github/workflows/ci.yml: In both the rspec and visual_regression_suite job matrices, removed Ruby 3.1 and 3.2 and added 3.4, leaving the supported set [3.3, 3.4]. The single-pinned static_type_check step (already '3.3') was left unchanged.
  • README.md: Updated the contributing minimum-version statement from "Ruby 3.2.2" to "Ruby 3.3".

Motivation

This resolves the Ruby version restrictions from rubyatscale/pack_stats#56, where continuing to support EOL Ruby versions forced the use of older/vulnerable transitive dependencies. Dropping EOL Ruby (3.2) and standardizing on the supported 3.3/3.4 set unblocks newer dependency versions.

Bundler

Also bumps BUNDLED WITH in Gemfile.lock to bundler 4.0.15 (latest). The previously pinned bundler version crashes on Ruby head (NameError: uninitialized constant Pathname::SEPARATOR_PAT) — see this failing run. Pinning the current bundler resolves it.

@dduugg dduugg requested a review from a team as a code owner June 25, 2026 21:17
@github-project-automation github-project-automation Bot moved this to Triage in Modularity Jun 25, 2026
@dduugg dduugg merged commit 746c4d4 into main Jun 25, 2026
5 checks passed
@dduugg dduugg deleted the bump-min-ruby-3.3 branch June 25, 2026 21:38
@github-project-automation github-project-automation Bot moved this from Triage to Done in Modularity Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants