Revert "Lock `bigdecimal` version to 3.1.4 or lower"

This commit is contained in:
Yasuo Honda 2023-12-17 15:05:47 +09:00 committed by GitHub
parent 0a67279c32
commit cd5a698c4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ PATH
marcel (~> 1.0)
activesupport (7.2.0.alpha)
base64
bigdecimal (< 3.1.5)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb

View File

@ -41,5 +41,5 @@ Gem::Specification.new do |s|
s.add_dependency "minitest", ">= 5.1"
s.add_dependency "base64"
s.add_dependency "drb"
s.add_dependency "bigdecimal", "< 3.1.5"
s.add_dependency "bigdecimal"
end