Closed SamODonnell89 closed 4 days ago
Just a super quick one, I think you have a typo in your gemspec, you have
spec.add_dependency "rails", ">= 6.1.0"
I think it was meant to be 7.1, since the gem requires access to things like normalizes, which were only included in 7.1. Cheers Chris.
normalizes
Good catch, thanks!
Just a super quick one, I think you have a typo in your gemspec, you have
I think it was meant to be 7.1, since the gem requires access to things like
normalizes
, which were only included in 7.1. Cheers Chris.