From 8db6a0ba5e89c6fcddb0c6e27df0f6ea5bb2256d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 03:00:59 +0000 Subject: [PATCH] build(deps): bump bigdecimal from 3.3.1 to 4.0.1 Bumps [bigdecimal](https://github.com/ruby/bigdecimal) from 3.3.1 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.1 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 0ec59e2..77eef0d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # These were previously included in Ruby, but will be removed as of Ruby 3.4 gem 'base64', '~> 0.2.0' -gem 'bigdecimal', '~> 3.3.1' +gem 'bigdecimal', '~> 4.0.1' gem 'jekyll-multiple-languages-plugin', github: 'perlun/jekyll-multiple-languages-plugin', diff --git a/Gemfile.lock b/Gemfile.lock index 003538c..d09db94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -18,7 +18,7 @@ GEM addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) - bigdecimal (3.3.1) + bigdecimal (4.0.1) colorator (1.1.0) concurrent-ruby (1.3.3) csv (3.3.0) @@ -101,7 +101,7 @@ PLATFORMS DEPENDENCIES base64 (~> 0.2.0) - bigdecimal (~> 3.3.1) + bigdecimal (~> 4.0.1) ffi (< 1.17.0) jekyll (~> 3.10) jekyll-multiple-languages-plugin!