rubyinstaller2
rubyinstaller2 copied to clipboard
MSYS2 based RubyInstaller for Windows
Cannot install seamlessly. ## Steps to reproduce 1. Run `ridk install 1 2 3` ``` MSYS2 seems to be unavailable Download http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe to C:\Users\xxx\AppData\Local\Temp/msys2-x86_64-20190524.exe Downloading msys2-x86_64-20190524.exe (100%) Verify integrity of...
Related issue: #295
Install fails when setting MSYS2_VERSION instead of using the default. Note that the installer runs properly. ## Steps to reproduce 1. Set env `MSYS2_VERSION=20220603` 2. Run `ridk install 1 2...
Hi, I am encountering issue while opening the Interactive Ruby. While the command prompt appears to install Ruby Installer, (during the second step) press Enter, the window disappears. When opening...
## What problems are you experiencing? while installing "gem install jekyll bundler" I am getting the following Error Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a...
Avoid method call if the `val` is `nil`. ### Before  ### After 
## What problems are you experiencing? - `net/http` requests using IPv6 are significantly slower on Ruby 3.1 than on previous versions. - The requests ultimately do succeed, if one waits...
## What problems are you experiencing? Following the steps on Jekyllrb to install jekyll on my windows laptop. When typing gem install jekyll bundler, output reads "Unable to download data...
## What problems are you experiencing? I'm following steps in order to use jekyll, but when I run ridk install, it says pacman failed. Using solutions provided online doesn't work....
I have also filed a ticket with ruby/open3 repo here: https://github.com/ruby/open3/issues/9, but this seems more like a Windows-specific issue as it works on Linux/Mac. The following script will cause IRB...