From 0bb99176764882b6a07378c49e0942eeb01e0570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:23:01 +0000 Subject: [PATCH] Bump rake from 13.3.1 to 13.4.1 Bumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.3.1...v13.4.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.1 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 6b3e5dc69c..56027034e0 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'irb' gem 'minitest', '5.27.0' gem 'pry', '0.16.0' -gem 'rake', '13.3.1' +gem 'rake', '13.4.1' gem 'rdoc' gem 'rubocop' gem 'rubocop-minitest', '0.38.2' diff --git a/Gemfile.lock b/Gemfile.lock index 275b69d382..a4541efe64 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,7 +48,7 @@ GEM stringio racc (1.8.1) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.1) rdoc (7.2.0) erb psych (>= 4.0.0) @@ -106,7 +106,7 @@ DEPENDENCIES irb minitest (= 5.27.0) pry (= 0.16.0) - rake (= 13.3.1) + rake (= 13.4.1) rdoc rubocop rubocop-minitest (= 0.38.2)