summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-13 20:35:34 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-13 20:35:34 +0900
commit2c5764ec223d976e0d0da1494596a1519104be3e (patch)
treef09c61235eadbe88746dc36e943f970b3112e398 /tool/sync_default_gems.rb
parentaeddffafc828adad838479d0861db6111b98b4d2 (diff)
Promote English to the default gems.
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index b17e06cfe2..31604e06ed 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -58,6 +58,7 @@
# * https://github.com/ruby/weakref
# * https://github.com/ruby/tempfile
# * https://github.com/ruby/tmpdir
+# * https://github.com/ruby/English
#
require 'fileutils'
@@ -114,6 +115,7 @@ $repositories = {
weakref: "ruby/weakref",
tempfile: "ruby/tempfile",
tmpdir: "ruby/tmpdir",
+ English: "ruby/English",
}
def sync_default_gems(gem)