aboutsummaryrefslogtreecommitdiffstats
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 21:53:09 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-09-09 21:53:09 +0900
commit01828a955a2d776263bda84ee12d9ea922bbfa01 (patch)
tree314b716034d78afa4bcd45f537671f7b1edc3a21 /tool/sync_default_gems.rb
parentb194973dcd5eda6c9e256029ea39dc532ae18962 (diff)
downloadruby-01828a955a2d776263bda84ee12d9ea922bbfa01.tar.gz
Promote tsort to default gems
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index 1943eebfd1..8a672dbf34 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -67,6 +67,7 @@ REPOSITORIES = {
rinda: "ruby/rinda",
erb: "ruby/erb",
nkf: "ruby/nkf",
+ tsort: "ruby/tsort",
}
def sync_default_gems(gem)