-
Notifications
You must be signed in to change notification settings - Fork 127
Support Rails 7.2 #255
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
Support Rails 7.2 #255
Conversation
@blowmage Any chance this could be released soon? |
7c58b7e
to
1515404
Compare
@blowmage nudge |
Hi there! Any news? ping @blowmage |
Based off of this branch, I opened #258 to add support for Rails 8.0 too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK. I'mma step in and try to maintain this for a while... As such I'm still catching up... I'd like to request some changes to strip this down to JUST supporting rails 7.2. The rest of this PR should be broken out to a separate commit and PR please.
Also I understand if it's been too long... I'm happy to make the changes requested. |
1515404
to
954e3df
Compare
@zenspider Made the requested changes. |
8a91008
to
0ea44aa
Compare
Hi there! Any news? |
I'm on it |
All the 7.2 tests passed and all the 7.1 tests failed, presumably because they have too old of a ruby version? I am trying to make sense of this but since the 7.2 tests are passing I'mma consider this good and I'll fix the CI out of band. |
Support Rails 7.2
Rails 7.2 was released a few weeks ago. This PR upgrades minitest-rails accordingly.
Note that Rails 7.2 bumped the minimum Ruby version from 2.7 to 3.1, so I've done the same here.