We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
thor
1 parent 1b930ff commit f0981c1Copy full SHA for f0981c1
Gemfile.lock
@@ -7,6 +7,7 @@ PATH
7
concurrent-ruby (>= 1.3.1)
8
fugit (~> 1.11.0)
9
railties (>= 7.1)
10
+ thor (~> 1.3.1)
11
12
GEM
13
remote: https://rubygems.org/
@@ -161,7 +162,7 @@ GEM
161
162
sqlite3 (1.5.4)
163
mini_portile2 (~> 2.8.0)
164
strscan (3.1.0)
- thor (1.2.2)
165
+ thor (1.3.1)
166
timeout (0.4.1)
167
tzinfo (2.0.6)
168
concurrent-ruby (~> 1.0)
solid_queue.gemspec
@@ -28,6 +28,7 @@ Gem::Specification.new do |spec|
28
spec.add_dependency "railties", rails_version
29
spec.add_dependency "concurrent-ruby", ">= 1.3.1"
30
spec.add_dependency "fugit", "~> 1.11.0"
31
+ spec.add_dependency "thor", "~> 1.3.1"
32
33
spec.add_development_dependency "debug"
34
spec.add_development_dependency "mocha"
0 commit comments