From 2ce9660a2d99a4a1e3d80c32fb3ad86395f4c3c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 05:41:22 +0000 Subject: [PATCH] Bump bigdecimal from 3.1.9 to 3.2.0 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.9 to 3.2.0. - [Release notes](https://github.com/ruby/bigdecimal/releases) - [Changelog](https://github.com/ruby/bigdecimal/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/bigdecimal/compare/v3.1.9...v3.2.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7de27db..112e301 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - bigdecimal (3.1.9) + bigdecimal (3.2.0) colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.2)