Skip to content

Commit 25ba382

Browse files
committed
drop ruby 3.0 support
1 parent b89b779 commit 25ba382

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- '3.3'
1818
- '3.2'
1919
- '3.1'
20-
- '3.0'
2120
include:
2221
- ruby: '3.4'
2322
coverage: '1'

CHANGELOG.md

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

3+
# 2.20.0 (2025-07-15)
4+
* Sync with https://github.com/ua-parser/uap-core/commit/432e95f6767cc8bab4c20c255784cd6f7e93bc15
5+
* drop Ruby 3.0 support
6+
* Add Ruby 3.4 support
7+
38
# 2.19.0 (2024-12-10)
49
* Sync with https://github.com/ua-parser/uap-core/commit/d4cde4c565a7e588472fbf6667f01fc4c23fa60b
510

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ UserAgentParser is a simple, comprehensive Ruby gem for parsing user agent strin
44

55
## Supported Rubies
66

7+
* Ruby 3.4
8+
* Ruby 3.3
79
* Ruby 3.2
810
* Ruby 3.1
9-
* Ruby 3.0
1011
* JRuby
1112

1213
## Installation

0 commit comments

Comments
 (0)