-
Notifications
You must be signed in to change notification settings - Fork 656
Rails 7.0.0 #910
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
Comments
Yep, same :D. Annotate was working fine with the Rails 7 release candidates. |
You may want to use dabit's fork from PR #912 until this is resolved. git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# ...
gem 'annotate', github: 'dabit/annotate_models', branch: 'rails-7' |
Can we please get a new release with the Active Record (Rails) version relaxed? It seems like its working fine with Rails 7. |
Any chance of a new release? Thanks. |
@ctran Thank you for responding to my call for help on linkedin! You rock! |
This is merged in #912 |
@ctran any plans of releasing this? |
It should be any time this week. Just tying up loose ends.
…On Mon, Feb 7, 2022 at 2:58 PM Kapil ***@***.***> wrote:
@ctran <https://github.com/ctran> any plans of releasing this?
—
Reply to this email directly, view it on GitHub
<#910 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAD232QG5G7L2M75C2S43U2BFCLANCNFSM5JZZVRDA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
637472616e
|
To be able to use annoate with rails 7, the dependency needs to be loosened up. It currently works with rails 7.0.0.rc1.
I have been using annotate with rails 7 alpha and now rc but I suspect that will break as rails 7 goes live because of
< 7.0
in gemspec on active record.Version
The text was updated successfully, but these errors were encountered: