Skip to content

Commit 5f6dcf1

Browse files
authored
Merge pull request #1035 from pod4lib/update-dependencies
Update dependencies
2 parents a92f2fb + bb1f024 commit 5f6dcf1

File tree

2 files changed

+64
-64
lines changed

2 files changed

+64
-64
lines changed

Gemfile.lock

+58-58
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.8)
5-
actionpack (= 7.0.8)
6-
activesupport (= 7.0.8)
4+
actioncable (7.0.8.1)
5+
actionpack (= 7.0.8.1)
6+
activesupport (= 7.0.8.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.8)
10-
actionpack (= 7.0.8)
11-
activejob (= 7.0.8)
12-
activerecord (= 7.0.8)
13-
activestorage (= 7.0.8)
14-
activesupport (= 7.0.8)
9+
actionmailbox (7.0.8.1)
10+
actionpack (= 7.0.8.1)
11+
activejob (= 7.0.8.1)
12+
activerecord (= 7.0.8.1)
13+
activestorage (= 7.0.8.1)
14+
activesupport (= 7.0.8.1)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.8)
20-
actionpack (= 7.0.8)
21-
actionview (= 7.0.8)
22-
activejob (= 7.0.8)
23-
activesupport (= 7.0.8)
19+
actionmailer (7.0.8.1)
20+
actionpack (= 7.0.8.1)
21+
actionview (= 7.0.8.1)
22+
activejob (= 7.0.8.1)
23+
activesupport (= 7.0.8.1)
2424
mail (~> 2.5, >= 2.5.4)
2525
net-imap
2626
net-pop
2727
net-smtp
2828
rails-dom-testing (~> 2.0)
29-
actionpack (7.0.8)
30-
actionview (= 7.0.8)
31-
activesupport (= 7.0.8)
29+
actionpack (7.0.8.1)
30+
actionview (= 7.0.8.1)
31+
activesupport (= 7.0.8.1)
3232
rack (~> 2.0, >= 2.2.4)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (7.0.8)
37-
actionpack (= 7.0.8)
38-
activerecord (= 7.0.8)
39-
activestorage (= 7.0.8)
40-
activesupport (= 7.0.8)
36+
actiontext (7.0.8.1)
37+
actionpack (= 7.0.8.1)
38+
activerecord (= 7.0.8.1)
39+
activestorage (= 7.0.8.1)
40+
activesupport (= 7.0.8.1)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.8)
44-
activesupport (= 7.0.8)
43+
actionview (7.0.8.1)
44+
activesupport (= 7.0.8.1)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (7.0.8)
50-
activesupport (= 7.0.8)
49+
activejob (7.0.8.1)
50+
activesupport (= 7.0.8.1)
5151
globalid (>= 0.3.6)
5252
activejob-status (1.0.1)
5353
activejob (>= 6.0)
5454
activesupport (>= 6.0)
55-
activemodel (7.0.8)
56-
activesupport (= 7.0.8)
57-
activerecord (7.0.8)
58-
activemodel (= 7.0.8)
59-
activesupport (= 7.0.8)
60-
activestorage (7.0.8)
61-
actionpack (= 7.0.8)
62-
activejob (= 7.0.8)
63-
activerecord (= 7.0.8)
64-
activesupport (= 7.0.8)
55+
activemodel (7.0.8.1)
56+
activesupport (= 7.0.8.1)
57+
activerecord (7.0.8.1)
58+
activemodel (= 7.0.8.1)
59+
activesupport (= 7.0.8.1)
60+
activestorage (7.0.8.1)
61+
actionpack (= 7.0.8.1)
62+
activejob (= 7.0.8.1)
63+
activerecord (= 7.0.8.1)
64+
activesupport (= 7.0.8.1)
6565
marcel (~> 1.0)
6666
mini_mime (>= 1.1.0)
67-
activesupport (7.0.8)
67+
activesupport (7.0.8.1)
6868
concurrent-ruby (~> 1.0, >= 1.0.2)
6969
i18n (>= 1.6, < 2)
7070
minitest (>= 5.1)
@@ -322,25 +322,25 @@ GEM
322322
puma (5.6.8)
323323
nio4r (~> 2.0)
324324
racc (1.7.3)
325-
rack (2.2.8)
325+
rack (2.2.8.1)
326326
rack-attack (6.7.0)
327327
rack (>= 1.0, < 4)
328328
rack-test (2.1.0)
329329
rack (>= 1.3)
330-
rails (7.0.8)
331-
actioncable (= 7.0.8)
332-
actionmailbox (= 7.0.8)
333-
actionmailer (= 7.0.8)
334-
actionpack (= 7.0.8)
335-
actiontext (= 7.0.8)
336-
actionview (= 7.0.8)
337-
activejob (= 7.0.8)
338-
activemodel (= 7.0.8)
339-
activerecord (= 7.0.8)
340-
activestorage (= 7.0.8)
341-
activesupport (= 7.0.8)
330+
rails (7.0.8.1)
331+
actioncable (= 7.0.8.1)
332+
actionmailbox (= 7.0.8.1)
333+
actionmailer (= 7.0.8.1)
334+
actionpack (= 7.0.8.1)
335+
actiontext (= 7.0.8.1)
336+
actionview (= 7.0.8.1)
337+
activejob (= 7.0.8.1)
338+
activemodel (= 7.0.8.1)
339+
activerecord (= 7.0.8.1)
340+
activestorage (= 7.0.8.1)
341+
activesupport (= 7.0.8.1)
342342
bundler (>= 1.15.0)
343-
railties (= 7.0.8)
343+
railties (= 7.0.8.1)
344344
rails-controller-testing (1.0.5)
345345
actionpack (>= 5.0.1.rc1)
346346
actionview (>= 5.0.1.rc1)
@@ -355,9 +355,9 @@ GEM
355355
rails-i18n (7.0.8)
356356
i18n (>= 0.7, < 2)
357357
railties (>= 6.0.0, < 8)
358-
railties (7.0.8)
359-
actionpack (= 7.0.8)
360-
activesupport (= 7.0.8)
358+
railties (7.0.8.1)
359+
actionpack (= 7.0.8.1)
360+
activesupport (= 7.0.8.1)
361361
method_source
362362
rake (>= 12.2)
363363
thor (~> 1.0)
@@ -371,7 +371,7 @@ GEM
371371
redis-client (0.20.0)
372372
connection_pool
373373
regexp_parser (2.9.0)
374-
reline (0.4.2)
374+
reline (0.4.3)
375375
io-console (~> 0.5)
376376
request_store (1.6.0)
377377
rack (>= 1.4)
@@ -396,7 +396,7 @@ GEM
396396
rspec-expectations (~> 3.12)
397397
rspec-mocks (~> 3.12)
398398
rspec-support (~> 3.12)
399-
rspec-support (3.13.0)
399+
rspec-support (3.13.1)
400400
rubocop (1.60.2)
401401
json (~> 2.3)
402402
language_server-protocol (>= 3.17.0)
@@ -430,7 +430,7 @@ GEM
430430
rubyzip (2.3.2)
431431
safely_block (0.4.0)
432432
scrub_rb (1.0.1)
433-
selenium-webdriver (4.17.0)
433+
selenium-webdriver (4.18.1)
434434
base64 (~> 0.2)
435435
rexml (~> 3.2, >= 3.2.5)
436436
rubyzip (>= 1.2.2, < 3.0)
@@ -487,7 +487,7 @@ GEM
487487
nokogiri (~> 1.6)
488488
rubyzip (>= 1.3.0)
489489
selenium-webdriver (~> 4.0)
490-
webmock (3.20.0)
490+
webmock (3.23.0)
491491
addressable (>= 2.8.0)
492492
crack (>= 0.3.2)
493493
hashdiff (>= 0.4.0, < 2.0.0)

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ bootstrap-icons@^1.1.0:
4343
integrity sha512-+3lpHrCw/it2/7lBL15VR0HEumaBss0+f/Lb6ZvHISn1mlK83jjFpooTLsMWbIjJMDjDjOExMsTxnXSIT4k4ww==
4444

4545
bootstrap@^5.0.1:
46-
version "5.3.2"
47-
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.2.tgz#97226583f27aae93b2b28ab23f4c114757ff16ae"
48-
integrity sha512-D32nmNWiQHo94BKHLmOrdjlL05q1c8oxbtBphQFb9Z5to6eGRDCm0QgeaZ4zFBHzfg2++rqa2JkqCcxDy0sH0g==
46+
version "5.3.3"
47+
resolved "https://registry.yarnpkg.com/bootstrap/-/bootstrap-5.3.3.tgz#de35e1a765c897ac940021900fcbb831602bac38"
48+
integrity sha512-8HLCdWgyoMguSO9o+aH+iuZ+aht+mzW0u3HIMzVu7Srrpv7EBBxTnrFlSCskwdY1+EOFQSm7uMJhNQHkdPcmjg==
4949

5050
braces@~3.0.2:
5151
version "3.0.2"
@@ -150,9 +150,9 @@ readdirp@~3.6.0:
150150
picomatch "^2.2.1"
151151

152152
sass@^1.57.1:
153-
version "1.71.0"
154-
resolved "https://registry.yarnpkg.com/sass/-/sass-1.71.0.tgz#b3085759b9b2ab503a977aecb7e91153bf941117"
155-
integrity sha512-HKKIKf49Vkxlrav3F/w6qRuPcmImGVbIXJ2I3Kg0VMA+3Bav+8yE9G5XmP5lMj6nl4OlqbPftGAscNaNu28b8w==
153+
version "1.71.1"
154+
resolved "https://registry.yarnpkg.com/sass/-/sass-1.71.1.tgz#dfb09c63ce63f89353777bbd4a88c0a38386ee54"
155+
integrity sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==
156156
dependencies:
157157
chokidar ">=3.0.0 <4.0.0"
158158
immutable "^4.0.0"

0 commit comments

Comments
 (0)