Closed dchandekstark closed 2 years ago
@dchandekstark have you tried this on Ruby 3.0 or 3.1?
If not, let me know and I can try building it with those versions.
~> 6.0.0
restricts you to activesupport
6.0.* -- I would suggest > 6.0
at this point to allow compatibility with Rails/ActiveSupport 6.1 and 7.x
@adjam I have not tried Ruby 3.x.
@adjam Regarding the ActiveSupport version, compatibility with v6.1 will require further changes. With Ruby 2.7 and AS 6.1 I get 411 test failures.
Looks like we need to replace
normalize
withunicode_normalize
for activesupport 6.1+.