instrumentl / rails-cloudflare-turnstile

ISC License
25 stars 13 forks source link

New release with Rails 7.1 support #86

Closed AliOsm closed 1 year ago

AliOsm commented 1 year ago

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.

Thanks!

AliOsm commented 1 year ago

I opened a PR here: https://github.com/instrumentl/rails-cloudflare-turnstile/pull/87

Roguelazer commented 1 year ago

v0.1.6 is now on rubygems