summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 19:39:20 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 19:46:34 +0900
commitb8e7bd9f44c36cfa458b4f5878d4489097891516 (patch)
tree2d6e6f8661289ed05d19aba29db4dd6099563e8f /tool/sync_default_gems.rb
parent15cacf1f5588e34f1745790f7405bde845b2ac08 (diff)
Promote tempfile to the default gems.
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 a432a7ad04..860c0a772d 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -56,6 +56,7 @@
# * https://github.com/ruby/openssl
# * https://github.com/ruby/did_you_mean
# * https://github.com/ruby/weakref
+# * https://github.com/ruby/tempfile
#
require 'fileutils'
@@ -110,6 +111,7 @@ $repositories = {
openssl: "ruby/openssl",
did_you_mean: "ruby/did_you_mean",
weakref: "ruby/weakref",
+ tempfile: "ruby/tempfile",
}
def sync_default_gems(gem)