From 285c6ad40027d92eb30ed342365a393525a0c554 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Dec 2025 06:20:51 +0000 Subject: [PATCH] Update bigdecimal requirement from ~> 3.1 to ~> 4.0 Updates the requirements on [bigdecimal](https://github.com/ruby/bigdecimal) to permit the latest version. - [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.0...v4.0.0) --- updated-dependencies: - dependency-name: bigdecimal dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d4bd2cb..9eced70 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'coderay', '~> 1.1.0' gem 'rake-jekyll', '~> 1.1.0' gem 'csv', '~> 3.3.5' gem 'base64', '~> 0.3.0' - gem 'bigdecimal', '~> 3.1' + gem 'bigdecimal', '~> 4.0' group :jekyll_plugins do gem 'jekyll-asciidoc', '~> 3.0.0'