Skip to content

Commit

Permalink
clarify better ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
unsign3d committed Feb 27, 2025
1 parent af6f7be commit b4882d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
- 3.1
- 3.2
- 3.3
- 3.4

runs-on: ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.0.0]
### Removed
- Support for old versions of Ruby
- Support for old versions of Ruby (2.6, 2.7, 3.0)

### Added
- Support for newer versions of Ruby
- Support for newer versions of Ruby (3.1 to 3.4)

## [0.16.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion rusty_json_schema.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
Currently during heavy development.
STR

spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0")
spec.required_ruby_version = Gem::Requirement.new(">= 3.1.0")

spec.metadata["allowed_push_host"] = "https://rubygems.pkg.github.com/babbel"
spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit b4882d5

Please sign in to comment.