Skip to content

Commit d186891

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 254eabf commit d186891

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
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: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ GEM
136136
faraday-rack (1.0.0)
137137
faraday-retry (1.0.3)
138138
ffi (1.17.0-arm64-darwin)
139+
ffi (1.17.0-x86_64-linux-gnu)
139140
ffi-compiler (1.3.2)
140141
ffi (>= 1.15.5)
141142
rake
@@ -201,8 +202,6 @@ GEM
201202
metaclass (~> 0.0.1)
202203
multi_json (1.15.0)
203204
multipart-post (2.4.1)
204-
mustermann (3.0.2)
205-
ruby2_keywords (~> 0.0.1)
206205
naught (1.1.0)
207206
net-http-persistent (4.0.2)
208207
connection_pool (~> 2.2)
@@ -218,6 +217,8 @@ GEM
218217
nio4r (2.7.3)
219218
nokogiri (1.16.7-arm64-darwin)
220219
racc (~> 1.4)
220+
nokogiri (1.16.7-x86_64-linux)
221+
racc (~> 1.4)
221222
octokit (4.25.1)
222223
faraday (>= 1, < 3)
223224
sawyer (~> 0.9)
@@ -246,9 +247,6 @@ GEM
246247
rack (2.2.9)
247248
rack-cors (2.0.2)
248249
rack (>= 2.0.0)
249-
rack-protection (3.2.0)
250-
base64 (>= 0.1.0)
251-
rack (~> 2.2, >= 2.2.4)
252250
rack-test (2.1.0)
253251
rack (>= 1.3)
254252
rails (6.1.7.8)
@@ -283,7 +281,7 @@ GEM
283281
rb-fsevent (0.11.2)
284282
rb-inotify (0.11.1)
285283
ffi (~> 1.0)
286-
redis (3.3.5)
284+
redis (4.8.1)
287285
regexp_parser (2.9.2)
288286
reline (0.5.9)
289287
io-console (~> 0.5)
@@ -354,18 +352,12 @@ GEM
354352
rexml (~> 3.2, >= 3.2.5)
355353
rubyzip (>= 1.2.2, < 3.0)
356354
websocket (~> 1.0)
357-
sidekiq (4.1.4)
358-
concurrent-ruby (~> 1.0)
359-
connection_pool (~> 2.2, >= 2.2.0)
360-
redis (~> 3.2, >= 3.2.1)
361-
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)
362359
simple_command (1.0.1)
363360
simple_oauth (0.3.1)
364-
sinatra (3.2.0)
365-
mustermann (~> 3.0)
366-
rack (~> 2.2, >= 2.2.4)
367-
rack-protection (= 3.2.0)
368-
tilt (~> 2.0)
369361
spring (2.1.1)
370362
spring-watcher-listen (2.0.1)
371363
listen (>= 2.7, < 4.0)
@@ -415,6 +407,7 @@ GEM
415407

416408
PLATFORMS
417409
arm64-darwin-23
410+
x86_64-linux
418411

419412
DEPENDENCIES
420413
administrate (~> 0.20.1)
@@ -443,7 +436,7 @@ DEPENDENCIES
443436
rubocop (~> 1.65.1)
444437
rubocop-performance (~> 1.21.1)
445438
rubocop-rails (~> 2.25.1)
446-
sidekiq (~> 4.1.3)
439+
sidekiq (~> 6.5.10)
447440
simple_command
448441
spring
449442
spring-watcher-listen (~> 2.0.0)

0 commit comments

Comments
 (0)