Skip to content

Commit fb48025

Browse files
authored
Merge pull request rails#49039 from koic/add_bigdecimal_to_runtime_dependency
Add bigdecimal to runtime dependency
2 parents a8871e6 + a77535c commit fb48025

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ PATH
8383
marcel (~> 1.0)
8484
activesupport (7.1.0.alpha)
8585
base64
86+
bigdecimal
8687
concurrent-ruby (~> 1.0, >= 1.0.2)
8788
connection_pool (>= 2.2.5)
8889
drb
@@ -155,6 +156,7 @@ GEM
155156
bcrypt (3.1.18)
156157
beaneater (1.1.3)
157158
benchmark-ips (2.10.0)
159+
bigdecimal (3.1.4)
158160
bindex (0.8.1)
159161
bootsnap (1.15.0)
160162
msgpack (~> 1.2)

activesupport/activesupport.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,5 @@ Gem::Specification.new do |s|
4242
s.add_dependency "base64"
4343
s.add_dependency "drb"
4444
s.add_dependency "mutex_m"
45+
s.add_dependency "bigdecimal"
4546
end

0 commit comments

Comments
 (0)