Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set 2.5 as minimum required ruby version for gem
This gem is no longer tested with Rubies older than 2.5, and it's actually broken on at least <= 2.2. By setting the minimum version in the `gemspec`, we ensure that older Ruby versions don't try to use an incompatible `rexml` version. Issue #69
- Loading branch information