Skip to content

Commit c84bba1

Browse files
committed
Update supported Ruby versions
1 parent c87974c commit c84bba1

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Hanami::API
22
Minimal, extremely fast, lightweight Ruby framework for HTTP APIs.
33

4+
## [Unreleased]
5+
6+
### Added
7+
8+
- [Sean Collins] Official support for Ruby 3.3 & 3.4
9+
- [Sean Collins] Drop support for Ruby 3.1
10+
411
## v0.3.0 - 2022-12-25
512

613
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Minimal, extremely fast, lightweight Ruby framework for HTTP APIs.
1919

2020
## Installation
2121

22-
__Hanami::API__ supports Ruby (MRI) 3.1+
22+
__Hanami::API__ supports Ruby (MRI) 3.2+
2323

2424
Add these lines to your application's `Gemfile`:
2525

hanami-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
1212
spec.description = "Extremely fast and lightweight HTTP API"
1313
spec.homepage = "http://rubygems.org"
1414
spec.licenses = ["MIT"]
15-
spec.required_ruby_version = ">= 3.1"
15+
spec.required_ruby_version = ">= 3.2"
1616

1717
spec.metadata["allowed_push_host"] = "https://rubygems.org"
1818

0 commit comments

Comments
 (0)