-
Notifications
You must be signed in to change notification settings - Fork 424
Rails 8 support #545
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
The strange thing is that version 4.1.1 claims to support Rails 8, but this is rather doubtful. It appears more likely that its lack of an upper limit was an oversight. |
Yeah it downgraded to the last version that didn't have a configured upper limit. |
This is on the way to being resolved 🎉 Thanks @smartinez87 |
@Petercopter |
Using that on Gemfile does the job: |
Yeah, a new release would be awesome (last was Jan 2022) :) |
@smartinez87 Sorry for the ping 🙏🏼 but could you please release a new version? It will be really useful for people upgrading to Rails v8. I know we can pin the gem to GitHub master branch, but a new release in RubyGems will make the upgrade more simple for everybody. Thanks! |
@smartinez87 @FLarra @mschnitzer All of you have published this gem before. Would it be possible to please do a release. It blocks Rails upgrades and hasn't had a release in years. Just push what's on |
@kmcphillips Just do what @RomainMorlevat mentioned.... point to the main github branch in your Gemfile to get the current updates. My Gemfile has |
I understand that, but everyone who uses this gem shouldn't have to figure out how to do that, just because the maintainers won't cut a release. This last version has been downloaded 4 million times. |
Most people are likely still not on Rails 8 and the gem is working fine for them still. In a perfect world, a new version of the gem would have been released, but it's an open source project, so anyone who can't install the gem with rail 8 will just end up here eventually with the above solution in the mean time. At least the main branch has the fix. A lot of time, I've had to refer to a completely different fork or fork my own branch of gems to get compatibility working. |
Note, that simply adding |
@SebastianPoell Correct, so |
Alright I got collaborator access and rubygems push access. Anyone who wants to have a look at this PR, it gets the build green and fixes enough I think to push a new version. Feedback welcome: |
Steps to reproduce
Make a rails project with:
Attempt to bundle.
Expected behavior
success.
Actual behavior
failure:
System configuration
Rails version: 8.0.0
Ruby version: 3.3.5
Other configurations:
The text was updated successfully, but these errors were encountered: