rubyinstaller2
rubyinstaller2 copied to clipboard
MSYS2 based RubyInstaller for Windows
The Regex grep doesn't work with recent ruby.
## What problems are you experiencing? Rails server starts, but exits with no stacktrace / messages when first web page loads. I use RubyMine, but starting the rails sever via...
## What problems are you experiencing? When I try to load `rubygems`, it crashes with following error. To reproduce this, the following conditions must be satisfied: * Make sure MSYS2...
## What problems are you experiencing? see https://github.com/ruby/setup-ruby/issues/570
We're getting some [test failures ](https://github.com/rubygems/rubygems/actions/runs/7708963464/job/21009146956?pr=7438) in rubygems because we run `gem` commands in verbose mode, in situations where the default GEM_HOME is not writable. I'm not sure of the...
## What problems are you experiencing? C:/Ruby32-x64/lib/ruby/site_ruby/3.2.0/bundler/definition.rb:570:in `materialize': Could not find jekyll-feed-0.16.0, jekyll-archives-2.2.1, jekyll-paginate-1.1.0, jekyll-seo-tag-2.8.0, webrick-1.7.0, rack-2.2.4, jekyll-coffeescript-2.0.0, jekyll-4.2.2, coffee-script-2.4.1, coffee-script-source-1.12.2, addressable-2.8.0, i18n-1.12.0, jekyll-sass-converter-2.2.0, liquid-4.0.3, rouge-3.29.0, terminal-table-2.0.0, execjs-2.8.1, public_suffix-4.0.7, concurrent-ruby-1.1.10,...
The space does not look good because I have the value in `HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\{a93ceac8-6f93-47bd-adbf-d1cb0953d6cf}\DisplayName` only `MSYS2`, not `MSYS2 `.
ruby/openssl added support for 'providers' in version 3.2, which is included with Ruby 3.3.0. See https://github.com/ruby/openssl/pull/635 Due to the MSYS2 path changes, the single provider included with OpenSSL 3 (legacy.dll)...
Recently, this PR added Ruby support for windows-arm64: https://github.com/ruby/ruby/pull/8995 It fixes build and runtime issues. Just after this, windows-arm64 MSYS2 ruby package was re-enabled thanks to this: https://github.com/msys2/MINGW-packages/pull/19179 Now, the...
## What problems are you experiencing? `ridk install` fails due to an issue with `pacman-key` not finding CLI tools and scripts needed to generate local keys. This is with [Ruby...