summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 14:31:43 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commitfc1d06b25d0ba3b1fb14b55cbff0218d8298bcf0 (patch)
tree8f4cb837225cb792c4f78a896963823735ec96f6 /tool/sync_default_gems.rb
parentb5d884922053962c955df1ce54d9dabc98888272 (diff)
Added gemspec for readline gem that is wrapper library for reline and readline extension
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 3e0bd4eba9..3cd9177e63 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -42,6 +42,7 @@
# * https://github.com/ruby/net-pop
# * https://github.com/ruby/net-smtp
# * https://github.com/ruby/cgi
+# * https://github.com/ruby/readline
#
require 'fileutils'
@@ -91,6 +92,7 @@ $repositories = {
netpop: "ruby/net-pop",
netsmtp: "ruby/net-smtp",
cgi: "ruby/cgi",
+ readline: "ruby/readline",
}
def sync_default_gems(gem)