-
Notifications
You must be signed in to change notification settings - Fork 32
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
Ruby 3.0.0 compatibilty #92
Comments
ruby3-compatible gem wasn't released yet. |
@hurricup Is there already a beta version that one can test drive? Any expectations for when a ruby3 compatible gem could arrive? |
Not yet |
@hurricup no huge deal, but could we have a non-beta release? |
Is there anything on the roadmap for the 0.2.5 (non-beta) release? |
@EverardB for now main goal is to migrate from debase to the new debugging gem bundled with new ruby versions. |
The ruby debug open source contributors have released a beta form of debase to address Ruby 3.0.0+ compatibility. Their main goal is to migrate from debase to the new debugging gem bundled with new ruby versions, so it's not a priority for them to release something that is non-beta. See: ruby-debug/debase#92 for more info. flag = none Test plan: • `bundle install` doesn't blow up with a fresh install of Ruby 3+ Change-Id: Ib476ce0eed6a5b6a9f006d9355323857cd7db470 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/284078 Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Jacob Burroughs <[email protected]> QA-Review: August Thornton <[email protected]> Product-Review: August Thornton <[email protected]>
@hurricup Are you referring to the gem named Update: After looking at that gem more, I'm less confident that's the correct one :/ |
I am having a similar issue on my M2 Chip Mac ARM64 (Sonoma 14.4 & ruby 3.0.6p216 & xcode-select version 2406):
I was able to resolve the issue by installing the gem with cflags:
Still, it would be better in the future if I didn't have to set those cflags and could install the gem normally instead. By the way, one weird thing I discovered from a coworker who uses RubyMine (I don't, but share the same project that has the debase and ruby-debug-ide gems in the development gem group) is he has version 3.0.0.beta10 & 3.0.0.beta15 of debase and ruby-debug-ide respectively, which are NOT on rubygems.org as of today (2024-03-21). |
I am currently getting the following error when I try to install debase:
I am getting this error with a standard alpine ruby image (ruby:3.0-rc-alpine) or by using a rbenv installed ruby version.
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: