We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8871e6 + a77535c commit fb48025Copy full SHA for fb48025
Gemfile.lock
@@ -83,6 +83,7 @@ PATH
83
marcel (~> 1.0)
84
activesupport (7.1.0.alpha)
85
base64
86
+ bigdecimal
87
concurrent-ruby (~> 1.0, >= 1.0.2)
88
connection_pool (>= 2.2.5)
89
drb
@@ -155,6 +156,7 @@ GEM
155
156
bcrypt (3.1.18)
157
beaneater (1.1.3)
158
benchmark-ips (2.10.0)
159
+ bigdecimal (3.1.4)
160
bindex (0.8.1)
161
bootsnap (1.15.0)
162
msgpack (~> 1.2)
activesupport/activesupport.gemspec
@@ -42,4 +42,5 @@ Gem::Specification.new do |s|
42
s.add_dependency "base64"
43
s.add_dependency "drb"
44
s.add_dependency "mutex_m"
45
+ s.add_dependency "bigdecimal"
46
end
0 commit comments