From 35146caeffbd086f5ee51a7dbb83046a1a702ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:04:34 +0000 Subject: [PATCH] build(deps): bump bigdecimal from 3.3.1 to 4.0.0 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.3.1 to 4.0.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.3.1...v4.0.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5069f80..7665a01 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.3.0) - bigdecimal (3.3.1) + bigdecimal (4.0.0) colorator (1.1.0) commonmarker (0.23.6) concurrent-ruby (1.3.5)