-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Install/use older versions of ruby #1957
Comments
@Hazardius, you can try something like |
@asmgf it works. |
@asmgf , thank you very much for help. |
Latest doc states that "Can't always install a specific version of a program" so it is technically supported |
Recently a new version of ruby for Windows was released by RubyInstaller. Scoop started using it rather fast, but that caused some issues. There are some fat gems that needs to be updated for rails to work fine with new ruby.
With that in mind - I couldn't find a way to use different rubies than "the latest 2.x" and "the latest 1.9.x".
Is there a way to do that now? If not - could it be worth adding?
Examples of issues for various gems:
nokogiri#1706, ffi#598
There's an bundler#6247 trying to help with this issue.
Personally - on most of my systems I use chruby for rubies management, but didn't try it out yet with scoop - just sticked with it's last version - 2.4.2.
The text was updated successfully, but these errors were encountered: