mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 22:44:20 +02:00
When a fixed version is passed, it should be the minimum RubyGems version for the whole matrix, i.e., RubyGems should not be dowgraded past the default version of the oldest Ruby in the matrix.
36 lines
813 B
JSON
36 lines
813 B
JSON
{
|
|
"name": "setup-ruby",
|
|
"version": "0.1.0",
|
|
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"package": "ncc build index.js -o dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ruby/setup-ruby.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"Ruby"
|
|
],
|
|
"author": "Benoit Daloze",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ruby/setup-ruby/issues"
|
|
},
|
|
"homepage": "https://github.com/ruby/setup-ruby",
|
|
"dependencies": {
|
|
"@actions/cache": "^1.0.8",
|
|
"@actions/core": "^1.4.0",
|
|
"@actions/exec": "^1.1.0",
|
|
"@actions/io": "^1.1.1",
|
|
"@actions/tool-cache": "^1.7.1",
|
|
"semver": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.31.1"
|
|
}
|
|
}
|