rubyinstaller2 icon indicating copy to clipboard operation
rubyinstaller2 copied to clipboard

MSYS2 based RubyInstaller for Windows

Results 81 rubyinstaller2 issues
Sort by recently updated
recently updated
newest added

## What problems are you experiencing? Failed to override the executable when executing `gem update`. When I am prompted whether to overwrite the executable, I cannot type `y` to the...

## What problems are you experiencing? `unexpected ucrtbase.dll` when running anything ruby ## Steps to reproduce any ruby executable execution like `ruby -v`, `gem list`, etc ## What's the output...

## What problems are you experiencing? ## Steps to reproduce ## What's the output from `ridk version`?

C:\Users\Nrechel>gem install jekyll bundler Temporarily enhancing PATH for MSYS/MINGW... Building native extensions. This could take a while... ERROR: Error installing jekyll: ERROR: Failed to build gem native extension. current directory:...

## What problems are you experiencing? All three options for `ruby install` fail because https://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe is no longer available. [Search in the parent directory for available redistributions](https://repo.msys2.org/distrib/x86_64). ![image](https://user-images.githubusercontent.com/7243190/190069357-e3ac3d63-2c90-4dc8-a912-348fdf31eb63.png) ## Steps...

In the version of Bundler and Rubygems packaged with Windows Ruby 3.1, they seem to be treating `x64-mingw-ucrt` as `"ruby"` platform, and as a result, out-of-the-box they fail to `bundle...

## What problems are you experiencing? I installed ruby and Devkit by the steps of jekyll instruction, then ran gem install bundler first, it worked, but then when running gem...

## What problems are you experiencing? This is from https://github.com/ruby/setup-ruby/issues/371. `bundle` does not work in a Bash shell on Windows -- without an extra `gem install bundler` --, and the...

When the registry key `SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall` contains inconvertible characters to internal encoding, `require rubygems` crashes. This patch avoids this issue. Fixe #372