Skip to content

Commit 462d711

Browse files
authored
Update README.md (#751)
Add ruby 3.2 to list of supported versions
1 parent 4e0696c commit 462d711

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,12 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
110110
This library aims to support and is [tested against][build-link]
111111
the following Ruby versions:
112112

113+
- JRuby 9.3
113114
- Ruby 2.6
114115
- Ruby 2.7
115116
- Ruby 3.0
116117
- Ruby 3.1
117-
- JRuby 9.3
118+
- Ruby 3.2
118119

119120
If something doesn't work on one of these versions, it's a bug.
120121

@@ -160,5 +161,5 @@ See LICENSE.txt for further details.
160161
[//]: # (links)
161162

162163
[documentation]: https://github.com/httprb/http/wiki
163-
[requests]: http://docs.python-requests.org/en/latest/
164+
[requests]: https://docs.python-requests.org/en/latest/
164165
[llhttp]: https://llhttp.org/

0 commit comments

Comments
 (0)