Commit Graph

2 Commits

Author SHA1 Message Date
Alejandro Dustet c80d139e80
Update rexml following dependabot alert (#1490)
Why:
----

Dependabot issued a warning about a development dependency security
update for the [rexml] gem used by rubocop.

[rexml]: https://github.com/advisories/GHSA-8cr8-4vfw-mr7h

This Commit:
----

- Ran `bundle update rexml` on the root path to update `rexml` from
3.2.4 => 3.2.5
- Updated static Gemfiles to reflect the same version
2021-09-03 11:21:06 -04:00
Daniel Colson f9fedc8176 Test against latest versions of Ruby and Rails
This adds Ruby 3 and Rails 6.1 to the test matrix. It also bumps all the
dev dependencies listed in the Gemfiles to the latest versions.

We may end up switching over to GitHub actions, but this should get us
covered in the meantime.
2021-02-20 17:22:31 -05:00