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.
1 parent 5aa05ae commit fd672eaCopy full SHA for fd672ea
Gemfile.lock
@@ -5,7 +5,7 @@ PATH
5
activejob (>= 7.1)
6
activerecord (>= 7.1)
7
concurrent-ruby (>= 1.3.1)
8
- fugit (~> 1.11.0)
+ fugit (~> 1.11)
9
railties (>= 7.1)
10
thor (>= 1.3.1)
11
solid_queue.gemspec
@@ -29,7 +29,7 @@ Gem::Specification.new do |spec|
29
spec.add_dependency "activejob", rails_version
30
spec.add_dependency "railties", rails_version
31
spec.add_dependency "concurrent-ruby", ">= 1.3.1"
32
- spec.add_dependency "fugit", "~> 1.11.0"
+ spec.add_dependency "fugit", "~> 1.11"
33
spec.add_dependency "thor", ">= 1.3.1"
34
35
spec.add_development_dependency "appraisal"
0 commit comments