Skip to content

Commit

Permalink
Update README.md (#751)
Browse files Browse the repository at this point in the history
Add ruby 3.2 to list of supported versions
  • Loading branch information
sandstrom authored May 25, 2023
1 parent 4e0696c commit 462d711
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
This library aims to support and is [tested against][build-link]
the following Ruby versions:

- JRuby 9.3
- Ruby 2.6
- Ruby 2.7
- Ruby 3.0
- Ruby 3.1
- JRuby 9.3
- Ruby 3.2

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

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

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

0 comments on commit 462d711

Please sign in to comment.