setup-ruby icon indicating copy to clipboard operation
setup-ruby copied to clipboard

An action to download a prebuilt Ruby and add it to the PATH in 5 seconds

Results 36 setup-ruby issues
Sort by recently updated
recently updated
newest added

This topic is about [ruby/ruby-builder](https://github.com/ruby/ruby-builder). However, as there is no issues feature in the ruby/ruby-builder repository, I think this ruby/setup-ruby using the ruby/ruby-builder is suitable for this topic. The topic...

@MSP-Greg Hello, when you have some time could you check these CI failures for `mingw`? https://github.com/ruby/setup-ruby/actions/runs/18399031835/job/52423942962?pr=817 https://github.com/ruby/setup-ruby/actions/runs/18399031835/job/52423942981?pr=817 ``` C:\Windows\system32\cmd.exe /D /S /C "D:\ruby-mingw\bin\bundle.bat install --jobs 4" [REMOVED] Found x64-mingw32 in...

- Closes #805 Note, I did not do `yarn update` in order to keep the lockfile change small. This has introduced some transitive dependencies at different versions. One of the...

Hello 👋 I am hoping to discuss whether you'd consider adding inputs that would allow a caller to indicate that they'd like to _restore_ bundler cache but NOT save it...

Puma runs several workflow files, and there is overlap between the Ruby versions. For example, Ruby head is used in both the Puma CI workflow and a workflow that tests...

My workflow has setup-python step followed by setup-ruby. Noticed that the python from msys64 directory is getting invoked, due to it appearing before the Python directory in the PATH. ```shell...