Skip to content

Commit f855472

Browse files
Bump sidekiq from 4.1.4 to 5.2.10
Bumps [sidekiq](https://github.com/mperham/sidekiq) from 4.1.4 to 5.2.10. - [Release notes](https://github.com/mperham/sidekiq/releases) - [Changelog](https://github.com/mperham/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v4.1.4...v5.2.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1b6e6f2 commit f855472

File tree

2 files changed

+13
-20
lines changed

2 files changed

+13
-20
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ gem 'loofah', '~> 2.3.1'
1414
gem 'pg'
1515
gem 'puma', '~> 5.6.4'
1616
gem 'rails', '~> 6.1.3'
17-
gem 'sidekiq', '~> 4.1.3'
17+
gem 'sidekiq', '~> 5.2.10'
1818
gem 'simple_command'
1919
gem 'twitter', '~> 7.0.0'
2020

Gemfile.lock

+12-19
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ GEM
9090
childprocess (3.0.0)
9191
chronic (0.10.2)
9292
coderay (1.1.3)
93-
concurrent-ruby (1.1.8)
94-
connection_pool (2.2.3)
93+
concurrent-ruby (1.1.10)
94+
connection_pool (2.3.0)
9595
crack (0.4.5)
9696
rexml
9797
crass (1.0.6)
@@ -182,8 +182,6 @@ GEM
182182
railties (>= 3.1)
183183
multi_json (1.15.0)
184184
multipart-post (2.1.1)
185-
mustermann (1.1.1)
186-
ruby2_keywords (~> 0.0.1)
187185
naught (1.1.0)
188186
net-http-persistent (4.0.1)
189187
connection_pool (~> 2.2)
@@ -216,10 +214,10 @@ GEM
216214
puma (5.6.4)
217215
nio4r (~> 2.0)
218216
racc (1.5.2)
219-
rack (2.2.3.1)
217+
rack (2.2.4)
220218
rack-cors (1.1.1)
221219
rack (>= 2.0.0)
222-
rack-protection (2.2.0)
220+
rack-protection (3.0.2)
223221
rack
224222
rack-test (1.1.0)
225223
rack (>= 1.0, < 3)
@@ -254,7 +252,7 @@ GEM
254252
rb-fsevent (0.10.4)
255253
rb-inotify (0.10.1)
256254
ffi (~> 1.0)
257-
redis (3.3.5)
255+
redis (4.5.1)
258256
regexp_parser (2.1.1)
259257
responders (3.0.1)
260258
actionpack (>= 5.0)
@@ -315,18 +313,13 @@ GEM
315313
selenium-webdriver (3.142.7)
316314
childprocess (>= 0.5, < 4.0)
317315
rubyzip (>= 1.2.2)
318-
sidekiq (4.1.4)
319-
concurrent-ruby (~> 1.0)
320-
connection_pool (~> 2.2, >= 2.2.0)
321-
redis (~> 3.2, >= 3.2.1)
322-
sinatra (>= 1.4.7)
316+
sidekiq (5.2.10)
317+
connection_pool (~> 2.2, >= 2.2.2)
318+
rack (~> 2.0)
319+
rack-protection (>= 1.5.0)
320+
redis (~> 4.5, < 4.6.0)
323321
simple_command (0.1.0)
324322
simple_oauth (0.3.1)
325-
sinatra (2.2.0)
326-
mustermann (~> 1.0)
327-
rack (~> 2.2)
328-
rack-protection (= 2.2.0)
329-
tilt (~> 2.0)
330323
spring (2.1.1)
331324
spring-watcher-listen (2.0.1)
332325
listen (>= 2.7, < 4.0)
@@ -340,7 +333,7 @@ GEM
340333
sprockets (>= 3.0.0)
341334
thor (1.1.0)
342335
thread_safe (0.3.6)
343-
tilt (2.0.10)
336+
tilt (2.0.11)
344337
twitter (7.0.0)
345338
addressable (~> 2.3)
346339
buftok (~> 0.2.0)
@@ -405,7 +398,7 @@ DEPENDENCIES
405398
rubocop (~> 0.90)
406399
rubocop-performance
407400
rubocop-rails
408-
sidekiq (~> 4.1.3)
401+
sidekiq (~> 5.2.10)
409402
simple_command
410403
spring
411404
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)