I can see that Rails dependency is gem "rails", ">= 6", "< 8" in the Gemfile, while it is spec.add_dependency "rails", ">= 5.0", "< 7.1" in rails-cloudflare-turnstile.gemspec.
Do you have any plans to update the gemspec and release a new version? This blocks me from upgrading to Rails 7.1.
I can see that Rails dependency is
gem "rails", ">= 6", "< 8"
in theGemfile
, while it isspec.add_dependency "rails", ">= 5.0", "< 7.1"
inrails-cloudflare-turnstile.gemspec
.Do you have any plans to update the gemspec and release a new version? This blocks me from upgrading to Rails 7.1.
Thanks!