Skip to content

Commit 7847167

Browse files
committed
[GR-29649] Fix ruby package versions to an exact version.
PullRequest: truffleruby/2446
2 parents 02f5685 + a5e56a6 commit 7847167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ local part_definitions = {
244244
platform: "linux",
245245
arch:: "amd64",
246246
packages+: {
247-
ruby: ">=" + mri_version,
247+
ruby: "==" + mri_version,
248248
},
249249
"$.cap":: {
250250
normal_machine: ["linux", "amd64"],
@@ -256,7 +256,7 @@ local part_definitions = {
256256
platform: "linux",
257257
arch:: "aarch64",
258258
packages+: {
259-
ruby: ">=2.6",
259+
ruby: "==2.6.6",
260260
},
261261
"$.cap":: {
262262
normal_machine: ["linux", "aarch64"],

0 commit comments

Comments
 (0)