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

I noticed an extra space in "Extracting  Ruby": This fixes that by removing the extra space.

#489 Seems to work across all macOS and Ubuntu runners. Cache key has an extra `RUBY_PLATFORM` when using system Ruby as that can vary depending on how Ruby is compiled....

We run actions with a custom Docker image that already contains Ruby and Bundler. The [recommendation](https://github.com/actions/cache/blob/main/examples.md#ruby---bundler) is to use this action to cache gems with Bundler, but I don't want...

Extracted from https://github.com/ruby/setup-ruby/issues/444#issuecomment-1377723414

Similarly to https://github.com/ruby/setup-ruby/issues/38, the version of Ruby to be installed can be specified in `Gemfile.lock` via `RUBY VERSION` directive. This should be used the same way `.ruby-version` and `.tool-versions` are,...

Now that Github Actions has ARM-runners ([in private beta currently](https://github.com/github/roadmap/issues/836)), it would be awesome if this action would support ARM too. Right now, it seems to assume Github doesn't have...

Following the discussion in #659, this PR introduces a case-insensitive cache key comparison function to compare the cache key returned from `@actions/cache` versus the calculated cache key for the purposes...

### Ensure the following before filing this issue - [X] I verified it reproduces with the latest version with `- uses: ruby/setup-ruby@v1` (see [Versioning policy](https://github.com/ruby/setup-ruby/blob/master/README.md#versioning)) - [X] I tried to...

https://github.com/ruby/setup-ruby/actions/runs/11391394046/job/31695188901?pr=657 ``` Run which -a ruby bundle which: no bundle in (/d/ruby-mswin/bin:/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/MSVC/14.29.30133/bin/HostX64/x64:/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/VC/VCPackages:/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/TestWindow:/c/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/Common7/IDE/CommonExtensions/Microsoft/TeamFoundation/Team Explorer:/c/Program Files...