Commit f29af88
authored
Fix BigDecimal (#95)
`BigDecimal.new` has been removed in ruby 2.7. Therefore converting big decimals is broken.
Use `BigDecimal(value)` instead.
https://ruby-doc.org/stdlib-2.7.1/libdoc/bigdecimal/rdoc/BigDecimal.html1 parent 7a022e8 commit f29af88
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments