Tweak rubygems input behavior

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.
This commit is contained in:
David Rodríguez
2022-01-23 11:55:32 +01:00
committed by Benoit Daloze
parent 578365d08b
commit 8781aa98b4
5 changed files with 60 additions and 10 deletions
+2 -1
View File
@@ -26,7 +26,8 @@
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1"
"@actions/tool-cache": "^1.7.1",
"semver": "^6.1.0"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1"