This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set 2.6 as minimum required ruby version for gem
Ruby 2.6 is the oldest Ruby that's hasn't reached EOL. By setting it in the `gemspec`, we ensure that older Ruby versions don't try to use an incompatible `rexml` version. Issue ruby#69
- Loading branch information