From cd6bff5ef0e2eb30f81329db72d6eadac53af383 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:49:00 +0000 Subject: [PATCH] chore(deps-dev): update rake requirement from ~> 13.0.1 to ~> 13.2.1 Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. - [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.1...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9c732e7..f4bf50b 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'google-protobuf' group :development, :test do gem 'sorbet' gem 'tapioca', require: false - gem 'rake', '~> 13.0.1' + gem 'rake', '~> 13.2.1' gem 'pry-byebug' gem 'rubocop', '~> 1.57.1' end