Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Commit ce7c705

Browse files
Bump sidekiq from 4.2.4 to 5.2.0
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.2.4 to 5.2.0. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v4.2.4...v5.2.0) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8b7b675 commit ce7c705

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ gem 'nokogiri', '~> 1.12'
9090

9191
gem 'airbrake', '~> 11.0'
9292
gem 'font-awesome-rails', '~> 4.7'
93-
gem 'sidekiq', '~> 4.2'
93+
gem 'sidekiq', '~> 5.2'
9494
gem 'data_uri', '~> 0.1'
9595
gem 'jquery-dotdotdot-rails', '~> 1.6'
9696
gem 'alternate_rails', git: 'https://github.com/Data-Liberation-Front/alternate-rails.git', ref: 'v4.2.0'

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ GEM
127127
coffee-script-source (1.12.2)
128128
colorize (0.8.1)
129129
concurrent-ruby (1.1.9)
130-
connection_pool (2.2.1)
130+
connection_pool (2.2.5)
131131
coveralls (0.8.23)
132132
json (>= 1.8, < 3)
133133
simplecov (~> 0.16.1)
@@ -550,7 +550,7 @@ GEM
550550
rack-google-analytics (1.2.0)
551551
actionpack
552552
activesupport
553-
rack-protection (2.0.8.1)
553+
rack-protection (2.1.0)
554554
rack
555555
rack-test (0.6.3)
556556
rack (>= 1.0)
@@ -651,7 +651,7 @@ GEM
651651
rdf-xsd (3.1.0)
652652
rdf (~> 3.1)
653653
rdoc (6.3.2)
654-
redis (3.3.1)
654+
redis (4.5.1)
655655
ref (2.0.0)
656656
rest-client (2.0.2)
657657
http-cookie (>= 1.0.2, < 2.0)
@@ -701,11 +701,11 @@ GEM
701701
rdf-xsd (>= 2.2, < 4.0)
702702
sparql (>= 2.2, < 4.0)
703703
sxp (~> 1.0)
704-
sidekiq (4.2.4)
705-
concurrent-ruby (~> 1.0)
706-
connection_pool (~> 2.2, >= 2.2.0)
704+
sidekiq (5.2.8)
705+
connection_pool (~> 2.2, >= 2.2.2)
706+
rack (< 2.1.0)
707707
rack-protection (>= 1.5.0)
708-
redis (~> 3.2, >= 3.2.1)
708+
redis (>= 3.3.5, < 5)
709709
simplecov (0.16.1)
710710
docile (~> 1.1)
711711
json (>= 1.8, < 3)
@@ -840,7 +840,7 @@ DEPENDENCIES
840840
rubyzip (~> 2.3)
841841
sass-rails (~> 6.0)
842842
sdoc (~> 2.2)
843-
sidekiq (~> 4.2)
843+
sidekiq (~> 5.2)
844844
simplecov (~> 0.16)
845845
spring (~> 2.1)
846846
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)