From 71a786ba3f17375e336abf08864306fb2119b6ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 14:19:51 -0400 Subject: [PATCH] [bundler] Bump bigdecimal from 3.1.6 to 3.1.7 (#26) Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.1.6 to 3.1.7. - [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.6...v3.1.7) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 12595a1..37a2511 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM mutex_m tzinfo (~> 2.0) base64 (0.2.0) - bigdecimal (3.1.6) + bigdecimal (3.1.7) byebug (11.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1)