Skip to content

Commit

Permalink
Explicitly require and update thor for new CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
rosa committed Aug 31, 2024
1 parent 1b930ff commit f0981c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions solid_queue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f0981c1

Please sign in to comment.