Skip to content

Commit 8555395

Browse files
Bump sidekiq from 4.1.4 to 6.5.10
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 4.1.4 to 6.5.10. - [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md) - [Commits](sidekiq/sidekiq@v4.1.4...v6.5.10) --- updated-dependencies: - dependency-name: sidekiq dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b07bc9 commit 8555395

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
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.7.8'
17-
gem 'sidekiq', '~> 4.1.3'
17+
gem 'sidekiq', '~> 6.5.10'
1818
gem 'simple_command'
1919
gem 'twitter', '~> 7.0.0'
2020

Gemfile.lock

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ GEM
7575
multi_json (~> 1.0)
7676
net-http-persistent
7777
ast (2.4.2)
78-
base64 (0.2.0)
78+
base64 (0.3.0)
7979
bcrypt (3.1.20)
8080
better_errors (2.10.1)
8181
erubi (>= 1.0.0)
@@ -89,8 +89,8 @@ GEM
8989
byebug (11.1.3)
9090
chronic (0.10.2)
9191
coderay (1.1.3)
92-
concurrent-ruby (1.3.4)
93-
connection_pool (2.4.1)
92+
concurrent-ruby (1.3.5)
93+
connection_pool (2.5.3)
9494
crack (1.0.0)
9595
bigdecimal
9696
rexml
@@ -202,8 +202,6 @@ GEM
202202
metaclass (~> 0.0.1)
203203
multi_json (1.15.0)
204204
multipart-post (2.4.1)
205-
mustermann (3.0.2)
206-
ruby2_keywords (~> 0.0.1)
207205
naught (1.1.0)
208206
net-http-persistent (4.0.2)
209207
connection_pool (~> 2.2)
@@ -246,12 +244,9 @@ GEM
246244
puma (5.6.8)
247245
nio4r (~> 2.0)
248246
racc (1.8.1)
249-
rack (2.2.9)
247+
rack (2.2.17)
250248
rack-cors (2.0.2)
251249
rack (>= 2.0.0)
252-
rack-protection (3.2.0)
253-
base64 (>= 0.1.0)
254-
rack (~> 2.2, >= 2.2.4)
255250
rack-test (2.1.0)
256251
rack (>= 1.3)
257252
rails (6.1.7.8)
@@ -286,7 +281,7 @@ GEM
286281
rb-fsevent (0.11.2)
287282
rb-inotify (0.11.1)
288283
ffi (~> 1.0)
289-
redis (3.3.5)
284+
redis (4.8.1)
290285
regexp_parser (2.9.2)
291286
reline (0.5.9)
292287
io-console (~> 0.5)
@@ -357,18 +352,12 @@ GEM
357352
rexml (~> 3.2, >= 3.2.5)
358353
rubyzip (>= 1.2.2, < 3.0)
359354
websocket (~> 1.0)
360-
sidekiq (4.1.4)
361-
concurrent-ruby (~> 1.0)
362-
connection_pool (~> 2.2, >= 2.2.0)
363-
redis (~> 3.2, >= 3.2.1)
364-
sinatra (>= 1.4.7)
355+
sidekiq (6.5.10)
356+
connection_pool (>= 2.2.5, < 3)
357+
rack (~> 2.0)
358+
redis (>= 4.5.0, < 5)
365359
simple_command (1.0.1)
366360
simple_oauth (0.3.1)
367-
sinatra (3.2.0)
368-
mustermann (~> 3.0)
369-
rack (~> 2.2, >= 2.2.4)
370-
rack-protection (= 3.2.0)
371-
tilt (~> 2.0)
372361
spring (2.1.1)
373362
spring-watcher-listen (2.0.1)
374363
listen (>= 2.7, < 4.0)
@@ -383,7 +372,7 @@ GEM
383372
strscan (3.1.0)
384373
thor (1.3.1)
385374
thread_safe (0.3.6)
386-
tilt (2.4.0)
375+
tilt (2.6.1)
387376
timeout (0.4.1)
388377
twitter (7.0.0)
389378
addressable (~> 2.3)
@@ -447,7 +436,7 @@ DEPENDENCIES
447436
rubocop (~> 1.65.1)
448437
rubocop-performance (~> 1.21.1)
449438
rubocop-rails (~> 2.25.1)
450-
sidekiq (~> 4.1.3)
439+
sidekiq (~> 6.5.10)
451440
simple_command
452441
spring
453442
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)