Skip to content

Commit 69c74d8

Browse files
committed
[GR-16686] Update the version of MRI Ruby used for benchmarks.
PullRequest: truffleruby/914
2 parents 0dd6082 + ee10edc commit 69c74d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ local part_definitions = {
102102
mri: {
103103
"$.benchmark.server":: { options: ["--", "--no-core-load-path"] },
104104
downloads+: {
105-
MRI_HOME: { name: "ruby", version: "2.3.3" },
105+
MRI_HOME: { name: "ruby", version: "2.6.3" },
106106
},
107107

108108
environment+: {

doc/contributor/updating-ruby.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ You'll usually get some conflicts to work out.
4949
* Update `doc/legal/legal.md`
5050
* Update `doc/contributor/stdlib.md`
5151
* Update method lists - see `spec/truffle/methods_spec.rb`
52+
* Update `ci.jsonnet` to use the corresponding MRI version for benchmarking
5253

5354
## Update libraries from third-party repos
5455

0 commit comments

Comments
 (0)