diff --git a/Gemfile.lock b/Gemfile.lock index 04fa2a0c..228df19a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,7 +5,7 @@ PATH activejob (>= 7.1) activerecord (>= 7.1) concurrent-ruby (~> 1.2.2) - fugit (~> 1.10.1) + fugit (~> 1.11.0) railties (>= 7.1) GEM @@ -49,7 +49,7 @@ GEM base64 (0.1.1) bigdecimal (3.1.4) builder (3.2.4) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) debug (1.7.1) @@ -58,10 +58,10 @@ GEM drb (2.1.1) ruby2_keywords erubi (1.12.0) - et-orbi (1.2.7) + et-orbi (1.2.11) tzinfo - fugit (1.10.1) - et-orbi (~> 1, >= 1.2.7) + fugit (1.11.0) + et-orbi (~> 1, >= 1.2.11) raabro (~> 1.4) globalid (1.2.1) activesupport (>= 6.1) @@ -184,4 +184,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.4.2 + 2.5.9 diff --git a/solid_queue.gemspec b/solid_queue.gemspec index 7c5cd423..6077526d 100644 --- a/solid_queue.gemspec +++ b/solid_queue.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |spec| spec.add_dependency "activejob", rails_version spec.add_dependency "railties", rails_version spec.add_dependency "concurrent-ruby", "~> 1.2.2" - spec.add_dependency "fugit", "~> 1.10.1" + spec.add_dependency "fugit", "~> 1.11.0" spec.add_development_dependency "debug" spec.add_development_dependency "mocha"