ruby/Setup Ruby Pkgs
Cross platform action for setting up Ruby build environments. Runs ruby/setup-ruby, see input info
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ruby-version | Used by ruby/setup-ruby. Ruby version. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. A value of 'none' will bypass running ruby/setup-ruby. | no | default |
| bundler | Used by ruby/setup-ruby. The version of Bundler to install. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. | no | default |
| bundler-cache | Used by ruby/setup-ruby. Run 'bundle install', and cache the result automatically. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. | no | false |
| rubygems | Used by ruby/setup-ruby. Runs `gem update --system`. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. | no | default |
| working-directory | Used by ruby/setup-ruby. The working directory to use for resolving paths for .ruby-version, .tool-versions and Gemfile.lock. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. | no | . |
| cache-version | Used by ruby/setup-ruby. Arbitrary string that will be added to the cache key of the bundler cache. Set or change it if you need to invalidate the cache. See https://github.com/ruby/setup-ruby/blob/master/README.md and https://github.com/ruby/setup-ruby/blob/master/action.yml. | no | 0 |
| apt-get | Ubuntu - install packages | no | "" |
| brew | macOS - install packages | no | "" |
| mingw | MinGW - install MSYS2 mingw64 packages | no | "" |
| msys2 | MinGW - install MSYS2 msys2 packages | no | "" |
| mswin | mswin - install MSYS2 packages (mingw64 packages need prefix) | no | "" |
| choco | mswin - install Chocolatey packages | no | "" |
| vcpkg | mswin - install vcpkg packages | no | "" |
| setup-ruby-ref | Base ruby-setup repository. It is executed before installing packages, and after if 'bundle install' is used. Only used for testing updates to ruby/setup-ruby. Changing this may run untrusted code. | no | ruby/setup-ruby/v1 |
Outputs
no outputs