diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-04 21:25:33 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-05 08:35:33 +0900 |
| commit | 10ecdeb4665cbc061f80cc26c5456ff124703d89 (patch) | |
| tree | 0aca6417cf1194b5cd262d9e8138625b8ae13519 | |
| parent | c2fb22d0eb271fd902809f3e465de71fd0f4a62a (diff) | |
Mark to warn fiddle as bundled gems for Ruby 3.5
| -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 01c6408d6d..0bd22b8a17 100644 --- a/lib/bundled_gems.rb +++ b/lib/bundled_gems.rb @@ -30,6 +30,7 @@ module Gem::BUNDLED_GEMS "pstore" => "3.5.0", "rdoc" => "3.5.0", "win32ole" => "3.5.0", + "fiddle" => "3.5.0", }.freeze EXACT = { |
