File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
8586DEPENDENCIES
87+ bigdecimal (~> 3.3 )
8688 minitest (~> 5.0 )
8789 minitest-hooks (~> 1.5 )
8890 mongo (~> 2.2 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments