From 675e6aedd2711391903a450385cbab3d035a7d73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 11:14:26 +0000 Subject: [PATCH] chore(deps): bump bigdecimal from 3.2.2 to 3.2.3 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.2.2 to 3.2.3. - [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.2.2...v3.2.3) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8a5c272..61951a0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "bigdecimal", "~> 3.2.2" +gem "bigdecimal", "~> 3.2.3" gem "jekyll", "~> 4.4.1" gem "jekyll-feed" gem "jekyll-sass-converter", "2.2.0" diff --git a/Gemfile.lock b/Gemfile.lock index 31f8261..e4c3192 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.2.2) + bigdecimal (3.2.3) colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.2) @@ -74,7 +74,7 @@ PLATFORMS x86_64-linux-musl DEPENDENCIES - bigdecimal (~> 3.2.2) + bigdecimal (~> 3.2.3) jekyll (~> 4.4.1) jekyll-feed jekyll-sass-converter (= 2.2.0)