File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ local common_json = import "../common.json";
213
213
214
214
truffleruby:: {
215
215
packages+: (if self .os == "linux" && self .arch == "amd64" then {
216
- ruby: "==3.1 .2" , # Newer version, also used for benchmarking
216
+ ruby: "==3.2 .2" , # Newer version, also used for benchmarking
217
217
} else {
218
218
ruby: "==3.0.2" ,
219
219
}) + (if self .os == "linux" then {
Original file line number Diff line number Diff line change 20
20
{
21
21
"name" : "regex" ,
22
22
"subdir" : True ,
23
- "version" : "20b34173b7e15c334d79f0a22ee01889d235748b " ,
23
+ "version" : "f363b55797fe85ea6aa24218364b57f3c71aeb56 " ,
24
24
"urls" : [
25
25
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
26
26
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
29
29
{
30
30
"name" : "sulong" ,
31
31
"subdir" : True ,
32
- "version" : "20b34173b7e15c334d79f0a22ee01889d235748b " ,
32
+ "version" : "f363b55797fe85ea6aa24218364b57f3c71aeb56 " ,
33
33
"urls" : [
34
34
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
35
35
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
You can’t perform that action at this time.
0 commit comments