From b9220fb04d78d02d51d1890108a0251a05ef061e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:33:03 +0000 Subject: [PATCH] build(deps): bump the bundler group with 2 updates Bumps the bundler group with 2 updates: [bigdecimal](https://github.com/ruby/bigdecimal) and [i18n](https://github.com/ruby-i18n/i18n). Updates `bigdecimal` from 3.1.7 to 3.1.8 - [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.7...v3.1.8) Updates `i18n` from 1.14.4 to 1.14.5 - [Release notes](https://github.com/ruby-i18n/i18n/releases) - [Changelog](https://github.com/ruby-i18n/i18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/ruby-i18n/i18n/compare/v1.14.4...v1.14.5) --- updated-dependencies: - dependency-name: bigdecimal dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler - dependency-name: i18n dependency-type: indirect update-type: version-update:semver-patch dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c08a7c1aa..473af2688 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,7 +15,7 @@ GEM public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) base64 (0.2.0) - bigdecimal (3.1.7) + bigdecimal (3.1.8) coderay (1.1.3) concurrent-ruby (1.2.3) connection_pool (2.4.1) @@ -42,7 +42,7 @@ GEM guard-compat (~> 1.2, >= 1.2.1) spoon (~> 0.0.1) hashie (5.0.0) - i18n (1.14.4) + i18n (1.14.5) concurrent-ruby (~> 1.0) json (2.7.2) jwt (2.8.1)