summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-12 10:23:10 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2026-01-12 20:01:41 +0900
commit6484a71a4fee654e73f377a01db331500222dd13 (patch)
tree904eb5a620df77c6888fb159beae779330a39b6f /tool
parentbf36ad9c12481461031a2dbde39e27d96e5a86e4 (diff)
Add Onigmo to sync_default_gems.rb
Diffstat (limited to 'tool')
-rwxr-xr-xtool/sync_default_gems.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 6945c6cdce..b37c75e704 100755
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -66,6 +66,19 @@ module SyncDefaultGems
"lib/unicode_normalize", # not to match with "lib/un"
]
REPOSITORIES = {
+ Onigmo: repo("k-takata/Onigmo", [
+ ["regcomp.c", "regcomp.c"],
+ ["regenc.c", "regenc.c"],
+ ["regenc.h", "regenc.h"],
+ ["regerror.c", "regerror.c"],
+ ["regexec.c", "regexec.c"],
+ ["regint.h", "regint.h"],
+ ["regparse.c", "regparse.c"],
+ ["regparse.h", "regparse.h"],
+ ["regsyntax.c", "regsyntax.c"],
+ ["onigmo.h", "include/ruby/onigmo.h"],
+ ["enc", "enc"],
+ ]),
"io-console": repo("ruby/io-console", [
["ext/io/console", "ext/io/console"],
["test/io/console", "test/io/console"],