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.
bigdecimal
1 parent 0a67279 commit cd5a698Copy full SHA for cd5a698
Gemfile.lock
@@ -86,7 +86,7 @@ PATH
86
marcel (~> 1.0)
87
activesupport (7.2.0.alpha)
88
base64
89
- bigdecimal (< 3.1.5)
+ bigdecimal
90
concurrent-ruby (~> 1.0, >= 1.0.2)
91
connection_pool (>= 2.2.5)
92
drb
activesupport/activesupport.gemspec
@@ -41,5 +41,5 @@ Gem::Specification.new do |s|
41
s.add_dependency "minitest", ">= 5.1"
42
s.add_dependency "base64"
43
s.add_dependency "drb"
44
- s.add_dependency "bigdecimal", "< 3.1.5"
+ s.add_dependency "bigdecimal"
45
end
0 commit comments