We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c95ae37 commit 308b219Copy full SHA for 308b219
package.json
@@ -3,6 +3,7 @@
3
"version": "0.1.0",
4
"description": "Download a prebuilt Ruby and add it to the PATH in 5 seconds",
5
"main": "index.js",
6
+ "license": "MIT",
7
"scripts": {
8
"package": "ncc build index.js -o dist"
9
},
@@ -16,7 +17,6 @@
16
17
"Ruby"
18
],
19
"author": "Benoit Daloze",
- "license": "MIT",
20
"bugs": {
21
"url": "https://github.com/ruby/setup-ruby/issues"
22
@@ -25,12 +25,12 @@
25
"@actions/cache": "^4.0.3",
26
"@actions/core": "^1.11.1",
27
"@actions/exec": "^1.1.1",
28
- "@actions/io": "^1.1.2",
+ "@actions/io": "^1.1.3",
29
"@actions/tool-cache": "^2",
30
"linux-os-info": "^2.0.0",
31
- "semver": "^7.3.7"
+ "semver": "^7.7.2"
32
33
"devDependencies": {
34
- "@vercel/ncc": "^0.33.4"
+ "@vercel/ncc": "^0.38.3"
35
}
36
0 commit comments