From a200343030946fbbe168f4f4ce2bb0acb9fdd228 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 06:04:13 +0000 Subject: [PATCH] Bump thor from 0.20.3 to 1.4.0 Bumps [thor](https://github.com/rails/thor) from 0.20.3 to 1.4.0. - [Release notes](https://github.com/rails/thor/releases) - [Commits](https://github.com/rails/thor/compare/v0.20.3...v1.4.0) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 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 49fd289..0cecf6e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source 'http://rubygems.org' -gem 'thor', '~> 0.20.3' +gem 'thor', '~> 1.4.0' gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index c781223..0eb2930 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,14 +6,14 @@ GEM pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) - thor (0.20.3) + thor (1.4.0) PLATFORMS ruby DEPENDENCIES pry - thor (~> 0.20.3) + thor (~> 1.4.0) BUNDLED WITH 2.0.1