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.
2 parents 02f5685 + a5e56a6 commit 7847167Copy full SHA for 7847167
ci.jsonnet
@@ -244,7 +244,7 @@ local part_definitions = {
244
platform: "linux",
245
arch:: "amd64",
246
packages+: {
247
- ruby: ">=" + mri_version,
+ ruby: "==" + mri_version,
248
},
249
"$.cap":: {
250
normal_machine: ["linux", "amd64"],
@@ -256,7 +256,7 @@ local part_definitions = {
256
257
arch:: "aarch64",
258
259
- ruby: ">=2.6",
+ ruby: "==2.6.6",
260
261
262
normal_machine: ["linux", "aarch64"],
0 commit comments