Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-17 22:35:56 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-20 22:27:53 +0300
commitc72b30130ecda987d7d671593cc4677958250e33 (patch)
treeaf858bd9992210fa19ce0f96e6fe20414e1c1eea
parent01ab639736285adb648110d2f2e2d72da2cd9033 (diff)
Bump sidekiq and sidekiq-cron
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock8
2 files changed, 6 insertions, 6 deletions
diff --git a/Gemfile b/Gemfile
index 9a4c45712..d2bf4b07a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -38,11 +38,11 @@ gem "simple_captcha2", "0.5.0", require: "simple_captcha"
# Background processing
gem "redis", "4.7.0"
-gem "sidekiq", "6.4.2"
+gem "sidekiq", "6.5.1"
# Scheduled processing
-gem "sidekiq-cron", "1.4.0"
+gem "sidekiq-cron", "1.6.0"
# Compression
diff --git a/Gemfile.lock b/Gemfile.lock
index fb1c79711..33e1f9fec 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -681,11 +681,11 @@ GEM
secure_headers (6.3.3)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
- sidekiq (6.4.2)
+ sidekiq (6.5.1)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
- sidekiq-cron (1.4.0)
+ sidekiq-cron (1.6.0)
fugit (~> 1)
sidekiq (>= 4.2.1)
simple_captcha2 (0.5.0)
@@ -910,8 +910,8 @@ DEPENDENCIES
sassc-rails (= 2.1.2)
secure_headers (= 6.3.3)
shoulda-matchers (= 4.5.1)
- sidekiq (= 6.4.2)
- sidekiq-cron (= 1.4.0)
+ sidekiq (= 6.5.1)
+ sidekiq-cron (= 1.6.0)
simple_captcha2 (= 0.5.0)
simplecov (= 0.21.2)
sinon-rails (= 1.15.0)