summaryrefslogtreecommitdiff
path: root/tool/sync_default_gems.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 13:53:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-07 16:36:14 +0900
commit77c94e0dd80019fe78e299dd1981ba9992ad7a46 (patch)
tree81b458b8c87e2998d7cab3136d4e8fbec8390e53 /tool/sync_default_gems.rb
parent1159dbf305603b60a1e5d2b9ff77a9cf30775296 (diff)
Promote benchmark to 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 31dd664cdc..363f53c235 100644
--- a/tool/sync_default_gems.rb
+++ b/tool/sync_default_gems.rb
@@ -38,6 +38,7 @@
# * https://github.com/ruby/getoptlong
# * https://github.com/ruby/pstore
# * https://github.com/ruby/delegate
+# * https://github.com/ruby/benchmark
#
require 'fileutils'
@@ -83,6 +84,7 @@ $repositories = {
getoptlong: "ruby/getoptlong",
pstore: "ruby/pstore",
delegate: "ruby/delegate",
+ benchmark: "ruby/benchmark",
}
def sync_default_gems(gem)