-
Notifications
You must be signed in to change notification settings - Fork 82
check if debase installed (already_installed doesn't work) #142
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
Conversation
Has anybody looked at this? It seems to solve a common install problem, it seems a fix would be a high priority. |
Do you have a problem with offline installation or what kind of install problem? |
I've created a rails project with
So
|
@alflanagan Can you attach your |
4daa0ea
to
28c3385
Compare
Hi! We have removed We don't want to break it, so I'll be reverting the removal, but we don't expect this method to be used by extensions, and on top of that, this PR is correct. The correct solution to do what you want is what this PR is proposing ( |
@viuginick I'm happy to create a rebased version of this PR in case it helps moving it forward. |
Thank you @viuginick! |
Thanks, this solved my problem. I checked out the |
@stanhu done |
Thank you! |
This fixes an install issue, which was fixed by ruby-debug/ruby-debug-ide#142. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/214912
No description provided.