Skip to content

Commit

Permalink
Merge pull request #3441 from manyfold3d/dependabot/bundler/sidekiq-c…
Browse files Browse the repository at this point in the history
…ron-2.1.0
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
2 parents 4fc4d60 + 3b2962d commit 1437908
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ gem "omniauth", "~> 2.1"
gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "omniauth_openid_connect", "~> 0.8.0"

gem "sidekiq-cron", "~> 2.0"
gem "sidekiq-cron", "~> 2.1"

group :development, :production do
gem "rails_performance", "~> 1.4"
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ GEM
cocooned (2.4.1)
rails (>= 7.0, < 8.1)
coderay (1.1.3)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
content_disposition (1.0.0)
crass (1.0.6)
Expand Down Expand Up @@ -305,7 +305,7 @@ GEM
http-cookie (1.0.8)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
i18n-js (4.2.3)
glob (>= 0.4.0)
Expand Down Expand Up @@ -389,7 +389,7 @@ GEM
ffi-compiler (~> 1.0)
rake (~> 13.0)
locale (2.1.4)
logger (1.6.4)
logger (1.6.5)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
Expand Down Expand Up @@ -585,7 +585,7 @@ GEM
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.0)
redis-client (0.23.2)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
Expand Down Expand Up @@ -674,7 +674,7 @@ GEM
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq-cron (2.0.1)
sidekiq-cron (2.1.0)
cronex (>= 0.13.0)
fugit (~> 1.8, >= 1.11.1)
globalid (>= 1.0.1)
Expand Down Expand Up @@ -853,7 +853,7 @@ DEPENDENCIES
shrine (~> 3.6)
shrine-tus (~> 2.1)
sidekiq (~> 7.3)
sidekiq-cron (~> 2.0)
sidekiq-cron (~> 2.1)
sidekiq-failures (~> 1.0)
simplecov (~> 0.22.0)
spdx (~> 4.1)
Expand Down

0 comments on commit 1437908

Please sign in to comment.