Skip to content

Commit

Permalink
Merge pull request rails#50377 from rails/revert-50331-lock_bigdecima…
Browse files Browse the repository at this point in the history
…l_314

Revert "Lock `bigdecimal` version to 3.1.4 or lower"
  • Loading branch information
yahonda authored Dec 17, 2023
2 parents 17846af + cd5a698 commit d88f108
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d88f108

Please sign in to comment.