Skip to content

Bump to v0.4.0 with Ruby 4.0 support#8

Merged
mwlang merged 3 commits into
mainfrom
ruby-4
May 16, 2026
Merged

Bump to v0.4.0 with Ruby 4.0 support#8
mwlang merged 3 commits into
mainfrom
ruby-4

Conversation

@mwlang

@mwlang mwlang commented May 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • Bumps version to 0.4.0
  • Adds Ruby 4.0 support
  • Retains Ruby 3.2, 3.3, and 3.4 support
  • Updates CI to test against Ruby 3.2, 3.3, 3.4, and 4.0
  • Updates RuboCop TargetRubyVersion to 3.2 (minimum supported)
  • Adds csv as an explicit gem dependency (no longer bundled by default in Ruby 4)
  • Fixes experimental.rb regex for Ruby 4 updated method name format in backtraces

Test plan

  • CI passes on Ruby 3.2
  • CI passes on Ruby 3.3
  • CI passes on Ruby 3.4
  • CI passes on Ruby 4.0
  • RuboCop passes with TargetRubyVersion 3.2
  • RSpec suite passes on all versions

Generated with Claude Code

Updates required Ruby to >= 4.0, targets Ruby 4.0 in CI, updates
RuboCop target, adds csv as explicit dependency, and fixes experimental
regex for Ruby 4 method name format.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@codecov

codecov Bot commented May 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.15%. Comparing base (dd68f39) to head (2373e48).

Additional details and impacted files
@@           Coverage Diff           @@
##             main       #8   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          75       75           
  Lines        2240     2243    +3     
=======================================
+ Hits         2221     2224    +3     
  Misses         19       19           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Michael Lang and others added 2 commits May 16, 2026 14:52
Restores multi-version CI matrix (3.2, 3.3, 3.4, 4.0), relaxes
required_ruby_version to >= 3.2, and sets RuboCop TargetRubyVersion
to 3.2 to match the minimum supported version.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
parallel gem (rubocop transitive dep) requires Ruby >= 3.3.
CI matrix is now 3.3, 3.4, and 4.0.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mwlang
mwlang merged commit 01bdb79 into main May 16, 2026
5 checks passed
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.

1 participant