From 136e852da752faf5004b6a8e429e860ca2f3a810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 18:35:03 +0000 Subject: [PATCH] Bump rake from 13.3.1 to 13.4.2 Bumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.2. - [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.2) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.2 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 5da70a0..2fdbe16 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'bundler', '~> 2.6' gem 'bundler-audit', '>= 0' gem 'minitest', '~> 6.0' -gem 'rake', '~> 13.0' +gem 'rake', '~> 13.4' gem 'rubocop', '~> 1.84' gem 'rubocop-minitest', '>= 0' gem 'rubocop-performance', '>= 0' diff --git a/Gemfile.lock b/Gemfile.lock index ba21ada..7c9c7d1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,7 +53,7 @@ GEM racc (1.8.1) rack (3.2.5) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) regexp_parser (2.11.3) rubocop (1.84.2) json (~> 2.3) @@ -129,7 +129,7 @@ DEPENDENCIES bundler-audit hierarchable! minitest (~> 6.0) - rake (~> 13.0) + rake (~> 13.4) rubocop (~> 1.84) rubocop-minitest rubocop-performance