From 8b7d487c670a6c78cf1c87e40b6bdb69ebe95182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 08:28:27 +0000 Subject: [PATCH] Bump bigdecimal from 3.3.1 to 4.0.0 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.3.1 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.3.1...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 5749518..7c08dfe 100644 --- a/Gemfile +++ b/Gemfile @@ -12,4 +12,4 @@ group :jekyll_plugins do gem "jekyll-sitemap", "~> 1.4" end -gem "bigdecimal", "~> 3.3" +gem "bigdecimal", "~> 4.0" diff --git a/Gemfile.lock b/Gemfile.lock index c56bea2..b56c3f6 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.3.0) - bigdecimal (3.3.1) + bigdecimal (4.0.0) colorator (1.1.0) concurrent-ruby (1.3.5) csv (3.3.5) @@ -99,7 +99,7 @@ PLATFORMS x64-mingw-ucrt DEPENDENCIES - bigdecimal (~> 3.3) + bigdecimal (~> 4.0) jekyll (~> 4.4) jekyll-include-cache (~> 0.2.1) jekyll-remote-theme