Skip to content

Commit

Permalink
Drop Ruby 2.3.x support
Browse files Browse the repository at this point in the history
  • Loading branch information
ixti committed Oct 22, 2019
1 parent 2fb5e6f commit ee7c276
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,6 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
rvm:
# Include JRuby first because it takes the longest
- jruby-9.2.5.0
- 2.3
- 2.4
- 2.5
- 2.6
Expand Down
4 changes: 4 additions & 0 deletions CHANGES.md
Expand Up @@ -22,6 +22,10 @@
Provide initiating `HTTP::Request` object on `HTTP::Response`.
([@joshuaflanagan])

* [#571](https://github.com/httprb/http/pull/571)
Drop Ruby 2.3.x support.
([@ixti])


## 4.1.1 (2019-03-12)

Expand Down
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -164,7 +164,6 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
This library aims to support and is [tested against][travis] the following Ruby
versions:

* Ruby 2.3.x
* Ruby 2.4.x
* Ruby 2.5.x
* Ruby 2.6.x
Expand Down

0 comments on commit ee7c276

Please sign in to comment.