Skip to content

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

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#58
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

Raises the minimum supported Ruby to 3.3 (3.2 is EOL) and refreshes CI to the supported set (3.3, 3.4).

Changes

  • pack_stats.gemspecrequired_ruby_version Gem::Requirement.new('>= 2.6.0')Gem::Requirement.new('>= 3.3')
  • .github/workflows/ci.yml — RSpec matrix [3.1, 3.2, 3.3][3.3, 3.4] (the static_type_check job was already pinned to 3.3)
  • .ruby-version3.2.23.4.9

Motivation

Resolves the Ruby version restrictions surfaced in rubyatscale/pack_stats#56, where supporting EOL Ruby versions forced older, vulnerable transitive dependencies — this gem's own dependency-resolution constraint.

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:13
@github-project-automation github-project-automation Bot moved this to Triage in Modularity Jun 25, 2026
@dduugg dduugg merged commit b92c9ec into main Jun 25, 2026
3 checks passed
@dduugg dduugg deleted the bump-min-ruby-3.3 branch June 25, 2026 21:37
@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