From 974cad5f928e3555c1b1470c2371f6363d630dc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 14:35:45 +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 d14cd13da7..0a0e7e84ea 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.2' gem 'rdoc' gem 'rubocop' gem 'rubocop-minitest', '0.39.1' diff --git a/Gemfile.lock b/Gemfile.lock index b10c56af56..8d014f0a08 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM stringio racc (1.8.1) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.2) rdoc (7.2.0) erb psych (>= 4.0.0) @@ -103,7 +103,7 @@ DEPENDENCIES irb minitest (= 5.27.0) pry (= 0.16.0) - rake (= 13.3.1) + rake (= 13.4.2) rdoc rubocop rubocop-minitest (= 0.39.1)