Commit 0a89e91 1 parent 2fb5e6f commit 0a89e91 Copy full SHA for 0a89e91
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ env: JRUBY_OPTS="$JRUBY_OPTS --debug"
18
18
rvm :
19
19
# Include JRuby first because it takes the longest
20
20
- jruby-9.2.5.0
21
- - 2.3
22
21
- 2.4
23
22
- 2.5
24
23
- 2.6
Original file line number Diff line number Diff line change 22
22
Provide initiating ` HTTP::Request ` object on ` HTTP::Response ` .
23
23
([ @joshuaflanagan ] )
24
24
25
+ * Drop Ruby 2.3.x support.
26
+ ([ @ixti ] )
27
+
25
28
26
29
## 4.1.1 (2019-03-12)
27
30
Original file line number Diff line number Diff line change @@ -164,7 +164,6 @@ and call `#readpartial` on it repeatedly until it returns `nil`:
164
164
This library aims to support and is [ tested against] [ travis ] the following Ruby
165
165
versions:
166
166
167
- * Ruby 2.3.x
168
167
* Ruby 2.4.x
169
168
* Ruby 2.5.x
170
169
* Ruby 2.6.x
You can’t perform that action at this time.
0 commit comments