mirror of
https://github.com/ruby/setup-ruby.git
synced 2026-09-13 14:34:21 +02:00
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.7.0 to 1.9.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) --- updated-dependencies: - dependency-name: "@actions/core" dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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": "^2.0.2",
|
|
"@actions/core": "^1.9.1",
|
|
"@actions/exec": "^1.1.1",
|
|
"@actions/io": "^1.1.2",
|
|
"@actions/tool-cache": "^1.7.2",
|
|
"semver": "^7.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@vercel/ncc": "^0.33.4"
|
|
}
|
|
}
|