Skip to content

Commit ee7c276

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

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-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

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

25+
* [#571](https://github.com/httprb/http/pull/571)
26+
Drop Ruby 2.3.x support.
27+
([@ixti])
28+
2529

2630
## 4.1.1 (2019-03-12)
2731

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)