Skip to content
New issue

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

Gemspec prevents usage with Rails 8.0.1 #64

Open
rkh opened this issue Feb 21, 2025 · 0 comments
Open

Gemspec prevents usage with Rails 8.0.1 #64

rkh opened this issue Feb 21, 2025 · 0 comments

Comments

@rkh
Copy link

rkh commented Feb 21, 2025

This bit:

s.add_dependency "rails", ">= 4.2", "<= 8.0"

Prevents installation on Rails 8.0.x where x > 0

Should probably be this instead:

s.add_dependency "rails", ">= 4.2", "< 8.1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant