From cd5a698c4bb4b3700e69b6356c1d8c0597321846 Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Sun, 17 Dec 2023 15:05:47 +0900 Subject: [PATCH] Revert "Lock `bigdecimal` version to 3.1.4 or lower" --- Gemfile.lock | 2 +- activesupport/activesupport.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4040bc5e6da..a42feafc503 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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 diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 5021db89756..ce8603293e7 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -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