diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-06 13:37:48 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-09-06 14:45:17 +0900 |
| commit | 0e7b6e348fa5b85de365ab9ec62abe26d0adb0bc (patch) | |
| tree | 4b234d55d6b8d4f29a07f613c4a326760d6804f8 | |
| parent | 74c4e562e2ed3f641e68219db507b5a41ea3b6eb (diff) | |
Merge GH-11492
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11560
| -rw-r--r-- | lib/bundled_gems.rb | 1 |
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. |
