summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-06 13:37:48 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-09-06 14:45:17 +0900
commit0e7b6e348fa5b85de365ab9ec62abe26d0adb0bc (patch)
tree4b234d55d6b8d4f29a07f613c4a326760d6804f8
parent74c4e562e2ed3f641e68219db507b5a41ea3b6eb (diff)
Merge GH-11492
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/11560
-rw-r--r--lib/bundled_gems.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/bundled_gems.rb b/lib/bundled_gems.rb
index 12e805f59e..7adc0260ab 100644
--- a/lib/bundled_gems.rb
+++ b/lib/bundled_gems.rb
@@ -32,6 +32,7 @@ module Gem::BUNDLED_GEMS
"win32ole" => "3.5.0",
"fiddle" => "3.5.0",
"logger" => "3.5.0",
+ "benchmark" => "3.5.0",
"irb" => "3.5.0",
"reline" => "3.5.0",
# "readline" => "3.5.0", # This is wrapper for reline. We don't warn for this.