Skip to content

Commit d88f108

Browse files
authored
Merge pull request rails#50377 from rails/revert-50331-lock_bigdecimal_314
Revert "Lock `bigdecimal` version to 3.1.4 or lower"
2 parents 17846af + cd5a698 commit d88f108

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PATH
8686
marcel (~> 1.0)
8787
activesupport (7.2.0.alpha)
8888
base64
89-
bigdecimal (< 3.1.5)
89+
bigdecimal
9090
concurrent-ruby (~> 1.0, >= 1.0.2)
9191
connection_pool (>= 2.2.5)
9292
drb

activesupport/activesupport.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ Gem::Specification.new do |s|
4141
s.add_dependency "minitest", ">= 5.1"
4242
s.add_dependency "base64"
4343
s.add_dependency "drb"
44-
s.add_dependency "bigdecimal", "< 3.1.5"
44+
s.add_dependency "bigdecimal"
4545
end

0 commit comments

Comments
 (0)