excid3 / refer

Referral codes for Ruby on Rails applications
MIT License
219 stars 9 forks source link

Minimum Rails Version #34

Closed SamODonnell89 closed 4 days ago

SamODonnell89 commented 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.

excid3 commented 4 days ago

Good catch, thanks!