Skip to content

Commit 4364899

Browse files
committed
Drop support for EOL Ruby versions 3.0 and 3.1
1 parent 06e4f90 commit 4364899

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
os: [ubuntu-latest, windows-latest, macos-latest]
1818
version:
1919
[
20-
'3.0',
21-
3.1,
2220
3.2,
2321
3.3,
2422
3.4,

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.4.0
4+
5+
* Ruby 3.2+ is now required. If you're using Ruby 3.0 or 3.1, please use
6+
version 1.3.0 of this gem.
7+
38
## 1.3.0 (2025-05-06)
49

510
* Support for the GeoIP Anonymous Plus database has been added. To do a

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ client API, please see [our support page](https://www.maxmind.com/en/support).
347347

348348
## Requirements
349349

350-
This code requires Ruby version 3.0 or higher.
350+
This code requires Ruby version 3.2 or higher.
351351

352352
## Contributing
353353

0 commit comments

Comments
 (0)