We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108aea9 commit 1eba70cCopy full SHA for 1eba70c
Gemfile.lock
@@ -5,7 +5,7 @@ PATH
5
activejob (>= 7.1)
6
activerecord (>= 7.1)
7
concurrent-ruby (~> 1.2.2)
8
- fugit (~> 1.9.0)
+ fugit (~> 1.10.1)
9
railties (>= 7.1)
10
11
GEM
@@ -60,7 +60,7 @@ GEM
60
erubi (1.12.0)
61
et-orbi (1.2.7)
62
tzinfo
63
- fugit (1.9.0)
+ fugit (1.10.1)
64
et-orbi (~> 1, >= 1.2.7)
65
raabro (~> 1.4)
66
globalid (1.2.1)
solid_queue.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
spec.add_dependency "activejob", rails_version
23
spec.add_dependency "railties", rails_version
24
spec.add_dependency "concurrent-ruby", "~> 1.2.2"
25
- spec.add_dependency "fugit", "~> 1.9.0"
+ spec.add_dependency "fugit", "~> 1.10.1"
26
27
spec.add_development_dependency "debug"
28
spec.add_development_dependency "mocha"
0 commit comments