Skip to content

chore: upgrade to Ruby 3.2+ and update dependencies#266

Open
vaibhavchopra-wq wants to merge 3 commits into
masterfrom
chore/version-deps-ci-updates
Open

chore: upgrade to Ruby 3.2+ and update dependencies#266
vaibhavchopra-wq wants to merge 3 commits into
masterfrom
chore/version-deps-ci-updates

Conversation

@vaibhavchopra-wq

@vaibhavchopra-wq vaibhavchopra-wq commented May 11, 2026

Copy link
Copy Markdown

Summary

  • Upgrade minimum Ruby version from 2.6 to 3.2
  • Update supported versions: 3.2, 3.3, 3.4, 4.0
  • Update GitHub Actions from v2/v3 to v4
  • Fix CI matrix bug (was ignoring matrix.ruby-version)
  • Update dependencies to latest versions:
    • HTTParty 0.14 → 0.22
    • Minitest 5.11 → 5.25
    • Rake 12.0 → 13.2
    • Rubocop 0.49 → 1.68
    • Webmock 3.0 → 3.24
    • coveralls_reborn 0.8 → 0.28
  • Remove Ruby 1.9.3/2.1 compatibility code

Test plan

  • CI passes on Ruby 3.2, 3.3, 3.4, 4.0
  • Existing tests continue to pass
  • Gem builds and publishes correctly

🤖 Generated with Claude Code

vaibhavchopra-wq and others added 2 commits May 10, 2026 20:51
- Ruby: unspecified → >=3.0.0
- httparty: ~> 0.14 → ~> 0.22
- minitest: ~> 5.11 → ~> 5.25
- rake: ~> 12.0 → ~> 13.2
- rubocop: ~> 0.49 → ~> 1.68
- webmock: ~> 3.0 → ~> 3.24
- coveralls_reborn: ~> 0.8 → ~> 0.28
- Removed legacy Ruby 1.9.3/2.x conditionals
- CI: test Ruby 3.0, 3.1, 3.2, 3.3
- GitHub Actions: v2/v3 → v4

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
- Minimum Ruby version: 3.0 → 3.2 (3.0/3.1 are EOL)
- Test matrix: 3.2, 3.3, 3.4, 4.0
- Build/publish using Ruby 4.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vaibhavchopra-wq vaibhavchopra-wq changed the title chore: upgrade to Ruby 3.0+ and update dependencies chore: upgrade to Ruby 3.2+ and update dependencies May 13, 2026
ostruct was removed from Ruby standard library in 4.0

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>

@ankitdas13 ankitdas13 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

TestingNotRequired TestingNotRequired label for BVT

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants