Skip to content

Commit 0a89e91

Browse files
committed
Drop Ruby 2.3.x support
1 parent 2fb5e6f commit 0a89e91

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
1818
rvm:
1919
# Include JRuby first because it takes the longest
2020
- jruby-9.2.5.0
21-
- 2.3
2221
- 2.4
2322
- 2.5
2423
- 2.6

CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
Provide initiating `HTTP::Request` object on `HTTP::Response`.
2323
([@joshuaflanagan])
2424

25+
* Drop Ruby 2.3.x support.
26+
([@ixti])
27+
2528

2629
## 4.1.1 (2019-03-12)
2730

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,6 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
164164
This library aims to support and is [tested against][travis] the following Ruby
165165
versions:
166166

167-
* Ruby 2.3.x
168167
* Ruby 2.4.x
169168
* Ruby 2.5.x
170169
* Ruby 2.6.x

0 commit comments

Comments
 (0)