From f0981c1fde9c948c8cc47343e5095b88081ab801 Mon Sep 17 00:00:00 2001 From: Rosa Gutierrez Date: Mon, 26 Aug 2024 14:01:09 +0200 Subject: [PATCH] Explicitly require and update `thor` for new CLI --- Gemfile.lock | 3 ++- solid_queue.gemspec | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a83bbb85..657660e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,6 +7,7 @@ PATH concurrent-ruby (>= 1.3.1) fugit (~> 1.11.0) railties (>= 7.1) + thor (~> 1.3.1) GEM remote: https://rubygems.org/ @@ -161,7 +162,7 @@ GEM sqlite3 (1.5.4) mini_portile2 (~> 2.8.0) strscan (3.1.0) - thor (1.2.2) + thor (1.3.1) timeout (0.4.1) tzinfo (2.0.6) concurrent-ruby (~> 1.0) diff --git a/solid_queue.gemspec b/solid_queue.gemspec index e712560e..7c62c1cd 100644 --- a/solid_queue.gemspec +++ b/solid_queue.gemspec @@ -28,6 +28,7 @@ Gem::Specification.new do |spec| spec.add_dependency "railties", rails_version spec.add_dependency "concurrent-ruby", ">= 1.3.1" spec.add_dependency "fugit", "~> 1.11.0" + spec.add_dependency "thor", "~> 1.3.1" spec.add_development_dependency "debug" spec.add_development_dependency "mocha"