summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-22 18:38:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-07-22 18:38:51 +0900
commit7befc0cdfcf972023842eca5836fe4709ec2ad46 (patch)
tree741dc74ba4bcc1a5129fc7dc0aedf071ff476ba8 /tool/sync_default_gems.rb
parenta50750c8a960ef62b3e1dbd78b12056f0512b17d (diff)
Promote optparse 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 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)