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

Commit 02ef233

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 0178e5d commit 02ef233

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ gem 'nokogiri', '~> 1.13'
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

Lines changed: 8 additions & 8 deletions
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.10)
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)
@@ -552,7 +552,7 @@ GEM
552552
rack-google-analytics (1.2.0)
553553
actionpack
554554
activesupport
555-
rack-protection (2.0.8.1)
555+
rack-protection (2.2.0)
556556
rack
557557
rack-test (0.6.3)
558558
rack (>= 1.0)
@@ -654,7 +654,7 @@ GEM
654654
rdf (~> 3.1)
655655
rdoc (6.4.0)
656656
psych (>= 4.0.0)
657-
redis (3.3.1)
657+
redis (4.7.1)
658658
ref (2.0.0)
659659
rest-client (2.0.2)
660660
http-cookie (>= 1.0.2, < 2.0)
@@ -704,11 +704,11 @@ GEM
704704
rdf-xsd (>= 2.2, < 4.0)
705705
sparql (>= 2.2, < 4.0)
706706
sxp (~> 1.0)
707-
sidekiq (4.2.4)
708-
concurrent-ruby (~> 1.0)
709-
connection_pool (~> 2.2, >= 2.2.0)
707+
sidekiq (5.2.8)
708+
connection_pool (~> 2.2, >= 2.2.2)
709+
rack (< 2.1.0)
710710
rack-protection (>= 1.5.0)
711-
redis (~> 3.2, >= 3.2.1)
711+
redis (>= 3.3.5, < 5)
712712
simplecov (0.16.1)
713713
docile (~> 1.1)
714714
json (>= 1.8, < 3)
@@ -844,7 +844,7 @@ DEPENDENCIES
844844
rubyzip (~> 2.3)
845845
sass-rails (~> 6.0)
846846
sdoc (~> 2.4)
847-
sidekiq (~> 4.2)
847+
sidekiq (~> 5.2)
848848
simplecov (~> 0.16)
849849
spring (~> 2.1)
850850
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)