-
Notifications
You must be signed in to change notification settings - Fork 7
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
Incorrect Gemspec for Rails version? #13
Comments
@hsgubert Would it be viable to guard |
Hello @hle-skillz, I believe this gem has past versions (properly that support Rails 5.0 and 5.1. Are you sure this is the only thing that needs to be changed? We might need to compare with previous versions that supported rails 5.0 and 5.1 |
In the release that bumped gemspec dependency to Rails 5.2 I only see the flush addition: but I guess spec.add_runtime_dependency 'rails', '~> 5.1' It'd be much more difficult to track any breaking changes against 5.0... and it looks like that might've been a breaking change: 3552ba0#diff-b98f5a9c3ac583929bb3f59e62847c56ac72ff86182f5b6dddc5be9ec88aec7cR41 |
I think this makes your gem require at minimum Rails 5.2:
rails-sharding/rails-sharding.gemspec
Line 25 in 7e61a8f
Contrary to the README that says it should support 5.0, 5.1, 5.2.
Based on docs:
I think you want:
The text was updated successfully, but these errors were encountered: