Commit 1977889
authored
Add bigdecimal to runtime dependencies (#1367)
Ruby 3.4 will promote bigdecimal gem to a bundled gem in order to improve maintenancebility.
To migrate to Ruby 3.4 easily, Ruby 3.3 warns a use of bigdecimal without adding it to dependencies.
> /build/lib/mysql2.rb:2: warning: bigdecimal was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add bigdecimal to your Gemfile or gemspec.
So this patch adds bigdecimal to runtime dependencies.
I know bigdecimal is not always necessary, but I'd like to prevent a lot of users from adding the gem to their Gemfile manually.
Ref. https://bugs.ruby-lang.org/issues/201871 parent 58c8190 commit 1977889
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
0 commit comments