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

Rails 6.1 support #60

Closed
nukah opened this issue Dec 11, 2020 · 2 comments
Closed

Rails 6.1 support #60

nukah opened this issue Dec 11, 2020 · 2 comments

Comments

@nukah
Copy link

nukah commented Dec 11, 2020

Are you planning to change specification in Gemfile to allow activerecord >= 6?

@rkrage
Copy link
Owner

rkrage commented Dec 12, 2020

My intention was to support new versions of Rails after updating the build matrix and doing some manual testing to confirm things still work (this gem relies on a handful of internal / private APIs). It is a little annoying that I need to update the gemspec and release a new version of this gem for every Rails release. What if I opened things up to "activerecord", ">= 5.0", "< 7" and just add a note in the readme about which Rails versions the gem is tested against?

@nukah
Copy link
Author

nukah commented Dec 21, 2020

That's an option as well. It really depends on conflicts and errors with every new activerecord/rails release.

@rkrage rkrage closed this as completed in e8c2fb3 Jan 18, 2021
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

2 participants