From 5152de6224347f1db8d7fbd12c508cf3a31b904e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 00:32:51 +0000 Subject: [PATCH] Bump thor Bumps the bundler group with 1 update in the /examples/stacks/rails/blog directory: [thor](https://github.com/rails/thor). Updates `thor` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v1.3.2...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- examples/stacks/rails/blog/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/stacks/rails/blog/Gemfile.lock b/examples/stacks/rails/blog/Gemfile.lock index 8097d9d46e0..5d57bb51c83 100644 --- a/examples/stacks/rails/blog/Gemfile.lock +++ b/examples/stacks/rails/blog/Gemfile.lock @@ -199,7 +199,7 @@ GEM stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.1) - thor (1.3.2) + thor (1.4.0) timeout (0.4.3) turbo-rails (2.0.10) actionpack (>= 6.0.0)