1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/pathname
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
..
lib [Feature #16972] Add mode: option to Pathname#mkpath 2021-08-31 11:53:41 +09:00
depend Update dependencies 2021-11-21 16:21:18 +09:00
extconf.rb
pathname.c [ruby/pathname] Make Pathname#each_entry return enumerator if called without block 2022-01-07 09:42:09 +09:00
pathname.gemspec [ruby/pathname] Officially drop support for ruby 2.6 or older 2022-01-25 08:50:31 +09:00