From 096bc5d3ae080f5bec32c79ef38af150414ce89d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:30:03 +0000 Subject: [PATCH] Bump rake from 13.0.6 to 13.1.0 Bumps [rake](https://github.com/ruby/rake) from 13.0.6 to 13.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: rake 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 61bc977..4f29150 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source 'https://rubygems.org' gemspec gem 'phony' -gem 'rake', '~> 13.0' +gem 'rake', '~> 13.1' gem 'rspec', '~> 3.12' gem 'rubocop', '~> 1.53' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 6db55b9..0477404 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.0.6) + rake (13.1.0) rdoc (6.5.0) psych (>= 4.0.0) regexp_parser (2.8.2) @@ -159,7 +159,7 @@ PLATFORMS DEPENDENCIES lightweight_serializer! phony - rake (~> 13.0) + rake (~> 13.1) rspec (~> 3.12) rubocop (~> 1.53) rubocop-rspec