Commit 54d957c 1 parent 2fb5e6f commit 54d957c Copy full SHA for 54d957c
File tree 3 files changed +4
-2
lines changed
3 files changed +4
-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
+ * [ #571 ] ( https://github.com/httprb/http/pull/571 )
26
+ Drop Ruby 2.3.x support.
27
+ ([ @ixti ] )
28
+
25
29
26
30
## 4.1.1 (2019-03-12)
27
31
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