From 343ccbdba25fe070893d6876a9e65c1e9288293b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 00:53:52 +0000 Subject: [PATCH] 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 51e1abc..5d7b098 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ gem "sinatra", "~> 3.1" gem "cowsay", "~> 0.3.0" -gem "base64", "~> 0.2.0" +gem "base64", "~> 0.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index 47ab880..6ba7ef3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ GEM remote: https://rubygems.org/ specs: - base64 (0.2.0) + base64 (0.3.0) cowsay (0.3.0) mustermann (3.0.3) ruby2_keywords (~> 0.0.1) @@ -24,7 +24,7 @@ PLATFORMS ruby DEPENDENCIES - base64 (~> 0.2.0) + base64 (~> 0.3.0) cowsay (~> 0.3.0) puma (~> 6.4) sinatra (~> 3.1)