Skip to content

Commit

Permalink
Merge pull request #5651 from PR4NJ41/Updated-sidekiq-cron-v1.12.0
Browse files Browse the repository at this point in the history
Fixing warnings when starting `Guard`
  • Loading branch information
ragesoss committed Feb 15, 2024
2 parents b6e3a8a + 83e9095 commit 21e3964
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ GEM
figaro (1.2.0)
thor (>= 0.14.0, < 2)
formatador (0.3.0)
fugit (1.5.3)
fugit (1.9.0)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
fuzzily_reloaded (1.0.1)
Expand Down Expand Up @@ -543,9 +543,10 @@ GEM
connection_pool (>= 2.2.5)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-cron (1.7.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
sidekiq-cron (1.12.0)
fugit (~> 1.8)
globalid (>= 1.0.1)
sidekiq (>= 6)
sidekiq-unique-jobs (7.1.27)
brpoplpush-redis_script (> 0.1.1, <= 2.0.0)
concurrent-ruby (~> 1.0, >= 1.0.5)
Expand Down

0 comments on commit 21e3964

Please sign in to comment.