From 3f66e232dabc7a9bd5c0e65a68d381428b167645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:55:30 +0000 Subject: [PATCH] chore(deps): update rake requirement from ~> 12.0 to ~> 13.3 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.3.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.3.1 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 0cb68122c0..670ac9de0a 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ source 'https://rubygems.org' -gem 'rake', '~> 12.0' +gem 'rake', '~> 13.3'