From 2eaa91ddfd38fd818216fefc54786fc27d819b84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 12:14:36 +0000 Subject: [PATCH] [bundler] Bump bigdecimal from 3.3.0 to 3.3.1 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.3.0 to 3.3.1. - [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.0...v3.3.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.3.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 942f8b4..c432ace 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,7 +26,7 @@ GEM ansi (1.5.0) base64 (0.3.0) benchmark (0.4.1) - bigdecimal (3.3.0) + bigdecimal (3.3.1) builder (3.3.0) concurrent-ruby (1.3.5) connection_pool (2.5.4)