Skip to content

Commit c57207e

Browse files
chore(deps): update dependency sidekiq to v8.1.1
1 parent e5886a9 commit c57207e

File tree

1 file changed

+71
-65
lines changed

1 file changed

+71
-65
lines changed

Gemfile.lock

Lines changed: 71 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,72 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.2.1)
5-
actionpack (= 7.2.2.1)
6-
activesupport (= 7.2.2.1)
4+
actioncable (7.2.3)
5+
actionpack (= 7.2.3)
6+
activesupport (= 7.2.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.2.1)
11-
actionpack (= 7.2.2.1)
12-
activejob (= 7.2.2.1)
13-
activerecord (= 7.2.2.1)
14-
activestorage (= 7.2.2.1)
15-
activesupport (= 7.2.2.1)
10+
actionmailbox (7.2.3)
11+
actionpack (= 7.2.3)
12+
activejob (= 7.2.3)
13+
activerecord (= 7.2.3)
14+
activestorage (= 7.2.3)
15+
activesupport (= 7.2.3)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.2.1)
18-
actionpack (= 7.2.2.1)
19-
actionview (= 7.2.2.1)
20-
activejob (= 7.2.2.1)
21-
activesupport (= 7.2.2.1)
17+
actionmailer (7.2.3)
18+
actionpack (= 7.2.3)
19+
actionview (= 7.2.3)
20+
activejob (= 7.2.3)
21+
activesupport (= 7.2.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.2.1)
25-
actionview (= 7.2.2.1)
26-
activesupport (= 7.2.2.1)
24+
actionpack (7.2.3)
25+
actionview (= 7.2.3)
26+
activesupport (= 7.2.3)
27+
cgi
2728
nokogiri (>= 1.8.5)
2829
racc
29-
rack (>= 2.2.4, < 3.2)
30+
rack (>= 2.2.4, < 3.3)
3031
rack-session (>= 1.0.1)
3132
rack-test (>= 0.6.3)
3233
rails-dom-testing (~> 2.2)
3334
rails-html-sanitizer (~> 1.6)
3435
useragent (~> 0.16)
35-
actiontext (7.2.2.1)
36-
actionpack (= 7.2.2.1)
37-
activerecord (= 7.2.2.1)
38-
activestorage (= 7.2.2.1)
39-
activesupport (= 7.2.2.1)
36+
actiontext (7.2.3)
37+
actionpack (= 7.2.3)
38+
activerecord (= 7.2.3)
39+
activestorage (= 7.2.3)
40+
activesupport (= 7.2.3)
4041
globalid (>= 0.6.0)
4142
nokogiri (>= 1.8.5)
42-
actionview (7.2.2.1)
43-
activesupport (= 7.2.2.1)
43+
actionview (7.2.3)
44+
activesupport (= 7.2.3)
4445
builder (~> 3.1)
46+
cgi
4547
erubi (~> 1.11)
4648
rails-dom-testing (~> 2.2)
4749
rails-html-sanitizer (~> 1.6)
48-
activejob (7.2.2.1)
49-
activesupport (= 7.2.2.1)
50+
activejob (7.2.3)
51+
activesupport (= 7.2.3)
5052
globalid (>= 0.3.6)
51-
activemodel (7.2.2.1)
52-
activesupport (= 7.2.2.1)
53+
activemodel (7.2.3)
54+
activesupport (= 7.2.3)
5355
activemodel-serializers-xml (1.0.3)
5456
activemodel (>= 5.0.0.a)
5557
activesupport (>= 5.0.0.a)
5658
builder (~> 3.1)
57-
activerecord (7.2.2.1)
58-
activemodel (= 7.2.2.1)
59-
activesupport (= 7.2.2.1)
59+
activerecord (7.2.3)
60+
activemodel (= 7.2.3)
61+
activesupport (= 7.2.3)
6062
timeout (>= 0.4.0)
61-
activestorage (7.2.2.1)
62-
actionpack (= 7.2.2.1)
63-
activejob (= 7.2.2.1)
64-
activerecord (= 7.2.2.1)
65-
activesupport (= 7.2.2.1)
63+
activestorage (7.2.3)
64+
actionpack (= 7.2.3)
65+
activejob (= 7.2.3)
66+
activerecord (= 7.2.3)
67+
activesupport (= 7.2.3)
6668
marcel (~> 1.0)
67-
activesupport (7.2.2.1)
69+
activesupport (7.2.3)
6870
base64
6971
benchmark (>= 0.3)
7072
bigdecimal
@@ -112,8 +114,9 @@ GEM
112114
bunny (2.23.0)
113115
amq-protocol (~> 2.3, >= 2.3.1)
114116
sorted_set (~> 1, >= 1.0.2)
117+
cgi (0.5.1)
115118
concurrent-ruby (1.3.5)
116-
connection_pool (2.5.0)
119+
connection_pool (3.0.2)
117120
crack (1.0.0)
118121
bigdecimal
119122
rexml
@@ -191,15 +194,15 @@ GEM
191194
reline (>= 0.4.2)
192195
iso_country_codes (0.7.8)
193196
jmespath (1.6.2)
194-
json (2.10.2)
197+
json (2.18.1)
195198
language_server-protocol (3.17.0.4)
196199
link_header (0.0.8)
197200
lint_roller (1.1.0)
198201
listen (3.9.0)
199202
rb-fsevent (~> 0.10, >= 0.10.3)
200203
rb-inotify (~> 0.9, >= 0.9.10)
201204
little-plugger (1.1.4)
202-
logger (1.6.6)
205+
logger (1.7.0)
203206
logging (2.4.0)
204207
little-plugger (~> 1.1)
205208
multi_json (~> 1.14)
@@ -270,7 +273,7 @@ GEM
270273
nio4r (~> 2.0)
271274
raabro (1.4.0)
272275
racc (1.8.1)
273-
rack (3.1.12)
276+
rack (3.2.5)
274277
rack-link_headers (2.4.1)
275278
rack
276279
rack-remote (1.1.0)
@@ -283,20 +286,20 @@ GEM
283286
rack (>= 1.3)
284287
rackup (2.2.1)
285288
rack (>= 3)
286-
rails (7.2.2.1)
287-
actioncable (= 7.2.2.1)
288-
actionmailbox (= 7.2.2.1)
289-
actionmailer (= 7.2.2.1)
290-
actionpack (= 7.2.2.1)
291-
actiontext (= 7.2.2.1)
292-
actionview (= 7.2.2.1)
293-
activejob (= 7.2.2.1)
294-
activemodel (= 7.2.2.1)
295-
activerecord (= 7.2.2.1)
296-
activestorage (= 7.2.2.1)
297-
activesupport (= 7.2.2.1)
289+
rails (7.2.3)
290+
actioncable (= 7.2.3)
291+
actionmailbox (= 7.2.3)
292+
actionmailer (= 7.2.3)
293+
actionpack (= 7.2.3)
294+
actiontext (= 7.2.3)
295+
actionview (= 7.2.3)
296+
activejob (= 7.2.3)
297+
activemodel (= 7.2.3)
298+
activerecord (= 7.2.3)
299+
activestorage (= 7.2.3)
300+
activesupport (= 7.2.3)
298301
bundler (>= 1.15.0)
299-
railties (= 7.2.2.1)
302+
railties (= 7.2.3)
300303
rails-dom-testing (2.2.0)
301304
activesupport (>= 5.0.0)
302305
minitest
@@ -307,13 +310,15 @@ GEM
307310
rails-rfc6570 (3.4.0)
308311
actionpack (>= 4.2, < 8.1)
309312
addressable (~> 2.3)
310-
railties (7.2.2.1)
311-
actionpack (= 7.2.2.1)
312-
activesupport (= 7.2.2.1)
313+
railties (7.2.3)
314+
actionpack (= 7.2.3)
315+
activesupport (= 7.2.3)
316+
cgi
313317
irb (~> 1.13)
314318
rackup (>= 1.0.0)
315319
rake (>= 12.2)
316320
thor (~> 1.0, >= 1.2.2)
321+
tsort (>= 0.2)
317322
zeitwerk (~> 2.6)
318323
rainbow (3.1.1)
319324
rake (13.2.1)
@@ -325,7 +330,7 @@ GEM
325330
psych (>= 4.0.0)
326331
redis (5.4.0)
327332
redis-client (>= 0.22.0)
328-
redis-client (0.24.0)
333+
redis-client (0.26.4)
329334
connection_pool
330335
regexp_parser (2.10.0)
331336
reline (0.6.0)
@@ -429,12 +434,12 @@ GEM
429434
sentry-ruby (~> 5.23.0)
430435
sidekiq (>= 3.0)
431436
set (1.1.1)
432-
sidekiq (8.0.1)
433-
connection_pool (>= 2.5.0)
434-
json (>= 2.9.0)
435-
logger (>= 1.6.2)
436-
rack (>= 3.1.0)
437-
redis-client (>= 0.23.2)
437+
sidekiq (8.1.1)
438+
connection_pool (>= 3.0.0)
439+
json (>= 2.16.0)
440+
logger (>= 1.7.0)
441+
rack (>= 3.2.0)
442+
redis-client (>= 0.26.0)
438443
sidekiq-cron (2.2.0)
439444
cronex (>= 0.13.0)
440445
fugit (~> 1.8, >= 1.11.1)
@@ -456,6 +461,7 @@ GEM
456461
thor (1.3.2)
457462
timecop (0.9.10)
458463
timeout (0.4.3)
464+
tsort (0.2.0)
459465
typhoeus (1.4.1)
460466
ethon (>= 0.9.0)
461467
tzinfo (2.0.6)

0 commit comments

Comments
 (0)