From 2a9517a2f6902e4d5668664861983428f3b0f9d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:27:23 +0000 Subject: [PATCH] Bump rake from 13.0.6 to 13.2.1 Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.2.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.0.6...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 713556d..fbc11ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM pry-byebug (3.3.0) byebug (~> 8.0) pry (~> 0.10) - rake (13.0.6) + rake (13.2.1) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -35,7 +35,6 @@ PLATFORMS ruby DEPENDENCIES - bundler (~> 1.11) exonio! pry-byebug (~> 3.3.0) rake (~> 13.0)