From 8f53ae4e3036b504531cbfde55c82f8fb8ab5367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 12:54:14 +0000 Subject: [PATCH] build(deps): bump base64 from 0.2.0 to 0.3.0 Bumps [base64](https://github.com/ruby/base64) from 0.2.0 to 0.3.0. - [Release notes](https://github.com/ruby/base64/releases) - [Commits](https://github.com/ruby/base64/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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..435b8a8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,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 'base64', '~> 0.3.0' gem 'bigdecimal', '~> 3.3.1' gem 'jekyll-multiple-languages-plugin', diff --git a/Gemfile.lock b/Gemfile.lock index 003538c..fa45e49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM zeitwerk (~> 2.3) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) - base64 (0.2.0) + base64 (0.3.0) bigdecimal (3.3.1) colorator (1.1.0) concurrent-ruby (1.3.3) @@ -100,7 +100,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - base64 (~> 0.2.0) + base64 (~> 0.3.0) bigdecimal (~> 3.3.1) ffi (< 1.17.0) jekyll (~> 3.10)