From 84f0651da54b39e1d528aecd0af77bc4937d81ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:54:30 +0000 Subject: [PATCH] Bump thor from 1.2.1 to 1.4.0 Bumps [thor](https://github.com/rails/thor) from 1.2.1 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.2.1...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index e0c20f39e..456a56e6e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -251,7 +251,7 @@ GEM concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) temple (0.10.0) - thor (1.2.1) + thor (1.4.0) tilt (2.0.11) toml (0.3.0) parslet (>= 1.8.0, < 3.0.0)