Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As far as I know, this is the only stdlib that has dropped ruby 2.5, which hasn't yet reached its End of Life date. The motivation for this is that there's no gemified version of `net-http` that supports ruby 2.5, and that makes it hard for libraries depending on `net-http` to properly declare the dependency, since the only way is to drop support for ruby 2.5, which many maintainers will not yet want to do. The reason for wanting to declare the `net-http` dependency is mainly that it helps bundler & rubygems with avoiding double loads of different versions of `net-http` (the stdlib version and a higher gemified version). As far as I can observe from commit history, the only reason for dropping support for ruby 2.5 was that tests didn't pass, so I made them pass.
- Loading branch information