Skip to content

Commit 1c93288

Browse files
committed
Added bigdecimal to warning targets for the bundled gems.
[Bug #19843]
1 parent ceafdb5 commit 1c93288

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/bundled_gems.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ module Gem::BUNDLED_GEMS
1818
"drb" => "3.4.0",
1919
"mutex_m" => "3.4.0",
2020
"csv" => "3.4.0",
21-
"base64" => "3.4.0"
21+
"base64" => "3.4.0",
22+
"bigdecimal" => "3.4.0",
2223
}.freeze
2324

2425
EXACT = {

0 commit comments

Comments
 (0)