From d01fd1e7d62fe4f73d56fa7e1a6f2f8d991fcfbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 04:08:29 +0000 Subject: [PATCH] chore(deps): bump bigdecimal from 3.2.2 to 4.0.0 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.2.2 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.2.2...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 | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 8a5c272..7ada538 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "bigdecimal", "~> 3.2.2" +gem "bigdecimal", "~> 4.0.0" 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..1bfe169 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 (4.0.0) 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 (~> 4.0.0) jekyll (~> 4.4.1) jekyll-feed jekyll-sass-converter (= 2.2.0)