From d56304e63308e594eaa944d359021a9da3ea3e17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Jan 2026 06:48:05 +0000 Subject: [PATCH] chore(deps): bump rake from 10.5.0 to 12.3.3 Bumps [rake](https://github.com/ruby/rake) from 10.5.0 to 12.3.3. - [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/v10.5.0...v12.3.3) --- updated-dependencies: - dependency-name: rake dependency-version: 12.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d8948b4..c93d56b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "https://rubygems.org" gemspec # General ruby development -gem "rake", "~> 10.0" +gem "rake", "~> 12.3" # Testing support gem "rspec", "~> 3.4" diff --git a/Gemfile.lock b/Gemfile.lock index c494e0d..60a86b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM stringio racc (1.7.1) rainbow (3.1.1) - rake (10.5.0) + rake (12.3.3) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -116,7 +116,7 @@ DEPENDENCIES irb mini_magick pry - rake (~> 10.0) + rake (~> 12.3) rspec (~> 3.4) rubocop simplecov