Open chrisbouchard opened 3 days ago
Hi there. I'm hoping to use this gem in a Rails 8 project. However, I see that the gemspec currently specifies a pessimistic constraint for Rails 7.2:
spec.add_runtime_dependency 'rails', '~> 7.2', '>= 7.2.1'
I was wondering if there's a blocker in Rails 8, or if the gemspec just needs to be updated for the new version. Thanks!
Thanks for checking in. I don't know of a reason it wouldn't work - if you have time, please test it out and submit a PR.
Hi there. I'm hoping to use this gem in a Rails 8 project. However, I see that the gemspec currently specifies a pessimistic constraint for Rails 7.2:
I was wondering if there's a blocker in Rails 8, or if the gemspec just needs to be updated for the new version. Thanks!