Skip to content

Adjust Ruby support and set gem version to 1.3.3#40

Merged
q9f merged 1 commit intomainfrom
l5y-remove-ruby-3.3-workflow-and-update-versions
Jan 26, 2026
Merged

Adjust Ruby support and set gem version to 1.3.3#40
q9f merged 1 commit intomainfrom
l5y-remove-ruby-3.3-workflow-and-update-versions

Conversation

@l5yth
Copy link
Collaborator

@l5yth l5yth commented Jan 26, 2026

Motivation

  • Limit CI to maintained Ruby versions by removing Ruby 3.3 from the build matrix and keeping 3.4 and 4.0.
  • Prevent accidental installation on major, untested future Ruby releases by capping supported Ruby versions to < 5.0 in the gemspec.
  • Correct the gem version to 1.3.3 to match the intended release state.

Description

  • Updated .github/workflows/build.yml to use the Ruby matrix ['3.4', '4.0'] instead of ['3.3', '3.4', '4.0'].
  • Updated keccak.gemspec to set spec.required_ruby_version = ">= 3.0", "< 5.0" to cap supported Ruby versions below 5.0.
  • Updated lib/digest/keccak/version.rb to set VERSION = "1.3.3".

@q9f q9f merged commit d966d41 into main Jan 26, 2026
5 checks passed
@q9f q9f deleted the l5y-remove-ruby-3.3-workflow-and-update-versions branch January 26, 2026 15:00
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