From 310885f4f694cc9aae44438b40cd258f07dc14dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:03:14 +0000 Subject: [PATCH] Update rake requirement from ~> 12.0 to ~> 13.2 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/v12.0.0...v13.2.1) --- updated-dependencies: - dependency-name: rake dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index f6d894e..36e7eb8 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem 'faraday' gem 'gem-release' gem 'pry' -gem 'rake', '~> 12.0' +gem 'rake', '~> 13.2' gem 'rexml' gem 'rspec', '~> 3.0' gem 'rubocop', require: false