We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: