Skip to content

Commit 7331045

Browse files
Merge pull request #3804 from manyfold3d/dependabot/bundler/sidekiq-cron-2.2.0
2 parents d3b1f2c + 83612b2 commit 7331045

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ gem "omniauth", "~> 2.1"
161161
gem "omniauth-rails_csrf_protection", "~> 1.0"
162162
gem "omniauth_openid_connect", "~> 0.8.0"
163163

164-
gem "sidekiq-cron", "~> 2.1"
164+
gem "sidekiq-cron", "~> 2.2"
165165

166166
group :development, :production do
167167
gem "sys-cpu", "~> 1.1"

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ GEM
608608
psych (>= 4.0.0)
609609
redis (5.4.0)
610610
redis-client (>= 0.22.0)
611-
redis-client (0.23.2)
611+
redis-client (0.24.0)
612612
connection_pool
613613
redis-namespace (1.11.0)
614614
redis (>= 4)
@@ -722,7 +722,7 @@ GEM
722722
logger
723723
rack (>= 2.2.4)
724724
redis-client (>= 0.22.2)
725-
sidekiq-cron (2.1.0)
725+
sidekiq-cron (2.2.0)
726726
cronex (>= 0.13.0)
727727
fugit (~> 1.8, >= 1.11.1)
728728
globalid (>= 1.0.1)
@@ -912,7 +912,7 @@ DEPENDENCIES
912912
shrine (~> 3.6)
913913
shrine-tus (~> 2.1)
914914
sidekiq (~> 7.3)
915-
sidekiq-cron (~> 2.1)
915+
sidekiq-cron (~> 2.2)
916916
sidekiq-failures (~> 1.0)
917917
simplecov (~> 0.22.0)
918918
spdx (~> 4.1)

0 commit comments

Comments
 (0)