1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext
David Rodríguez de678cd51e
[ruby/pathname] Officially drop support for ruby 2.6 or older
The gem doesn't even install on old rubies, but since the gemspec claims
it's supported, `gem install pathname` will try to install it and print
an error.

This commit doesn't fix the above issue. The only way to fix it would be
to restore support and release a new version that actually supports old
rubies. However, such a change has been proposed and ignored for a long
time.

So this issue proposes to leave that broken but at least bring the
gemspec manifest and the CI matrix in sync to hopefully avoid this issue
from happening again in the future.

https://github.com/ruby/pathname/commit/3ee010b538
2022-01-25 08:50:31 +09:00
..
-test- [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
bigdecimal [ruby/bigdecimal] Version 3.1.2 2022-01-24 10:56:37 +09:00
cgi/escape [ruby/cgi] Check integer overflow in long range 2021-12-12 13:05:15 +09:00
continuation Update dependencies 2021-11-21 16:21:18 +09:00
coverage Fix typos 2021-11-02 19:17:37 +09:00
date Update dependencies 2021-11-21 16:21:18 +09:00
digest [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
etc [ruby/etc] Exclude change logs for pre 1.0 2022-01-21 12:22:04 +09:00
fcntl [ruby/fcntl] adding few FreeBSD specific flags. 2022-01-15 18:56:15 +09:00
fiddle Update dependencies 2021-11-21 16:21:18 +09:00
io [ruby/io-wait] [DOC] Fix the return values [ci skip] 2022-01-24 18:03:48 +09:00
json Update dependencies 2021-11-21 16:21:18 +09:00
monitor Update dependencies 2021-11-21 16:21:18 +09:00
nkf Update dependencies 2021-11-21 16:21:18 +09:00
objspace Remove NODE_DASGN_CURR [Feature #18406] 2021-12-13 12:53:03 +09:00
openssl [ruby/openssl] Ruby/OpenSSL 3.0.0 2021-12-25 03:31:59 +09:00
pathname [ruby/pathname] Officially drop support for ruby 2.6 or older 2022-01-25 08:50:31 +09:00
psych [ruby/psych] Add strict_integer option to parse numbers with commas as strings 2022-01-22 10:00:51 +09:00
pty [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
racc/cparse Update dependencies 2021-11-21 16:21:18 +09:00
rbconfig/sizeof Update dependencies 2021-11-21 16:21:18 +09:00
readline [ruby/readline-ext] Bump version to 0.1.4 2021-12-24 17:53:52 +09:00
ripper ext/ripper/lib/ripper/lexer.rb: Do not deprecate Ripper::Lexer::State#[] 2021-12-09 00:30:17 +09:00
rubyvm
socket [Feature #18491] Drop support for HP-UX 2022-01-18 09:52:15 -05:00
stringio Update dependencies 2021-11-21 16:21:18 +09:00
strscan Update dependencies 2021-11-21 16:21:18 +09:00
syslog Update dependencies 2021-11-21 16:21:18 +09:00
win32
win32ole [ruby/win32ole] Undefine allocator of WIN32OLE_VARIABLE to get rid of warning 2021-12-30 21:13:11 +09:00
zlib Prevent installing zlib library 2021-12-25 21:01:43 +09:00
.document
extmk.rb
Setup
Setup.atheos
Setup.nt