diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-02-13 20:35:34 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-02-13 20:35:34 +0900 |
commit | 2c5764ec223d976e0d0da1494596a1519104be3e (patch) | |
tree | f09c61235eadbe88746dc36e943f970b3112e398 /tool/sync_default_gems.rb | |
parent | aeddffafc828adad838479d0861db6111b98b4d2 (diff) | |
download | ruby-2c5764ec223d976e0d0da1494596a1519104be3e.tar.gz |
Promote English to the default gems.
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r-- | tool/sync_default_gems.rb | 2 |
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) |