summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-08 15:47:18 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-09 07:32:34 +0900
commit5f206cebb995ec3b0ff279c6a78c2a952b3c1be7 (patch)
treeaf619f0710e7bf8a36ea496f48fa90b3692b921a /tool/sync_default_gems.rb
parent3d731c3694ac793ee525922fd902757d50b06702 (diff)
Promote observer to default gems. But not yet released
Diffstat (limited to 'tool/sync_default_gems.rb')
-rw-r--r--tool/sync_default_gems.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/tool/sync_default_gems.rb b/tool/sync_default_gems.rb
index cdf55cd9b9..49b48c2ea2 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -44,6 +44,7 @@
# * https://github.com/ruby/cgi
# * https://github.com/ruby/readline
# * https://github.com/ruby/readline-ext
+# * https://github.com/ruby/observer
#
require 'fileutils'
@@ -94,7 +95,8 @@ $repositories = {
netsmtp: "ruby/net-smtp",
cgi: "ruby/cgi",
readline: "ruby/readline",
- readlineext: "ruby/readline-ext"
+ readlineext: "ruby/readline-ext",
+ observer: "ruby/observer",
}
def sync_default_gems(gem)