Bump sanitize to 5.2.3
Closes #10 (closed)
In order to unblock Ruby 3 support, we need to update a number of dependencies that use deprecated functionality.
The sanitize
gem used in this project is affected. Ruby 3 deprecations were fixed in 5.2.2:
https://github.com/rgrove/sanitize/blob/main/HISTORY.md#522-2021-01-06
I've updated it to the latest available version instead, 5.2.3. This also appears to have pulled in other minor or patch version bumps (I ran bundle update sanitize
but it looks like these are required as well.)