aboutsummaryrefslogtreecommitdiffstats
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 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)