diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-22 18:38:51 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2020-07-22 18:38:51 +0900 |
commit | 7befc0cdfcf972023842eca5836fe4709ec2ad46 (patch) | |
tree | 741dc74ba4bcc1a5129fc7dc0aedf071ff476ba8 /tool | |
parent | a50750c8a960ef62b3e1dbd78b12056f0512b17d (diff) | |
download | ruby-7befc0cdfcf972023842eca5836fe4709ec2ad46.tar.gz |
Promote optparse to default gems
Diffstat (limited to 'tool')
-rw-r--r-- | tool/sync_default_gems.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb index 77145f5fce..661711f444 100644 --- a/tool/sync_default_gems.rb +++ b/tool/sync_default_gems.rb @@ -59,6 +59,7 @@ $repositories = { "net-ftp": "ruby/net-ftp", "net-http": "ruby/net-http", bigdecimal: "ruby/bigdecimal", + optparse: "ruby/optparse", } def sync_default_gems(gem) |