Skip to content

Commit 8990459

Browse files
committed
Add bigdecimal as dependency for mongo
1 parent e979987 commit 8990459

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

mongo/Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ GEM
1717
specs:
1818
ast (2.4.3)
1919
base64 (0.3.0)
20+
bigdecimal (3.3.1)
2021
bson (5.2.0)
2122
docker-api (2.4.0)
2223
excon (>= 0.64.0)
@@ -83,6 +84,7 @@ PLATFORMS
8384
x86_64-darwin-22
8485

8586
DEPENDENCIES
87+
bigdecimal (~> 3.3)
8688
minitest (~> 5.0)
8789
minitest-hooks (~> 1.5)
8890
mongo (~> 2.2)

mongo/testcontainers-mongo.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Gem::Specification.new do |spec|
3737
spec.add_development_dependency "minitest-hooks", "~> 1.5"
3838
spec.add_development_dependency "standard", "~> 1.3"
3939
spec.add_development_dependency "mongo", "~> 2.2"
40+
spec.add_development_dependency "bigdecimal", "~> 3.3"
4041

4142
# For more information and examples about making a new gem, check out our
4243
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)