summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 20:07:15 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-02-12 20:34:19 +0900
commitbbd1ed626f8246d8003e0060aacd7f18c1a28246 (patch)
treea2271714fdcb38a4120808eb6808751fa0d340ed /tool/sync_default_gems.rb
parent160d3165eb095d81ae6e156f832a99728c853b01 (diff)
Promote tmpdir 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 860c0a772d..b17e06cfe2 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -57,6 +57,7 @@
# * https://github.com/ruby/did_you_mean
# * https://github.com/ruby/weakref
# * https://github.com/ruby/tempfile
+# * https://github.com/ruby/tmpdir
#
require 'fileutils'
@@ -112,6 +113,7 @@ $repositories = {
did_you_mean: "ruby/did_you_mean",
weakref: "ruby/weakref",
tempfile: "ruby/tempfile",
+ tmpdir: "ruby/tmpdir",
}
def sync_default_gems(gem)