summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
Diffstat (limited to 'tool')
-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)