Sync the main branch of ruby/mmtk

The sync script defaults to `master` when analysing which commits to
pick, but the default for new repos now is `main`.
This commit is contained in:
Matt Valentine-House 2024-11-26 14:51:21 +00:00 committed by Hiroshi SHIBATA
parent 1dd40ec18a
commit 33f15ce80d
Notes: git 2024-11-26 21:40:42 +00:00

View file

@ -38,7 +38,7 @@ module SyncDefaultGems
irb: 'ruby/irb',
json: 'ruby/json',
logger: 'ruby/logger',
mmtk: 'ruby/mmtk',
mmtk: ['ruby/mmtk', "main"],
open3: "ruby/open3",
openssl: "ruby/openssl",
optparse: "ruby/optparse",