Skip to content

Commit 154c8b7

Browse files
committed
Refresh dependencies (and unblock the use of Ruby 3.3.4 from a hard nokogiri cap)
1 parent 09d81cb commit 154c8b7

File tree

1 file changed

+136
-110
lines changed

1 file changed

+136
-110
lines changed

Gemfile.lock

Lines changed: 136 additions & 110 deletions
Original file line numberDiff line numberDiff line change
@@ -7,166 +7,192 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (6.1.3.1)
11-
actionpack (= 6.1.3.1)
12-
activesupport (= 6.1.3.1)
10+
actioncable (6.1.7.8)
11+
actionpack (= 6.1.7.8)
12+
activesupport (= 6.1.7.8)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.1.3.1)
16-
actionpack (= 6.1.3.1)
17-
activejob (= 6.1.3.1)
18-
activerecord (= 6.1.3.1)
19-
activestorage (= 6.1.3.1)
20-
activesupport (= 6.1.3.1)
15+
actionmailbox (6.1.7.8)
16+
actionpack (= 6.1.7.8)
17+
activejob (= 6.1.7.8)
18+
activerecord (= 6.1.7.8)
19+
activestorage (= 6.1.7.8)
20+
activesupport (= 6.1.7.8)
2121
mail (>= 2.7.1)
22-
actionmailer (6.1.3.1)
23-
actionpack (= 6.1.3.1)
24-
actionview (= 6.1.3.1)
25-
activejob (= 6.1.3.1)
26-
activesupport (= 6.1.3.1)
22+
actionmailer (6.1.7.8)
23+
actionpack (= 6.1.7.8)
24+
actionview (= 6.1.7.8)
25+
activejob (= 6.1.7.8)
26+
activesupport (= 6.1.7.8)
2727
mail (~> 2.5, >= 2.5.4)
2828
rails-dom-testing (~> 2.0)
29-
actionpack (6.1.3.1)
30-
actionview (= 6.1.3.1)
31-
activesupport (= 6.1.3.1)
29+
actionpack (6.1.7.8)
30+
actionview (= 6.1.7.8)
31+
activesupport (= 6.1.7.8)
3232
rack (~> 2.0, >= 2.0.9)
3333
rack-test (>= 0.6.3)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36-
actiontext (6.1.3.1)
37-
actionpack (= 6.1.3.1)
38-
activerecord (= 6.1.3.1)
39-
activestorage (= 6.1.3.1)
40-
activesupport (= 6.1.3.1)
36+
actiontext (6.1.7.8)
37+
actionpack (= 6.1.7.8)
38+
activerecord (= 6.1.7.8)
39+
activestorage (= 6.1.7.8)
40+
activesupport (= 6.1.7.8)
4141
nokogiri (>= 1.8.5)
42-
actionview (6.1.3.1)
43-
activesupport (= 6.1.3.1)
42+
actionview (6.1.7.8)
43+
activesupport (= 6.1.7.8)
4444
builder (~> 3.1)
4545
erubi (~> 1.4)
4646
rails-dom-testing (~> 2.0)
4747
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48-
activejob (6.1.3.1)
49-
activesupport (= 6.1.3.1)
48+
activejob (6.1.7.8)
49+
activesupport (= 6.1.7.8)
5050
globalid (>= 0.3.6)
51-
activemodel (6.1.3.1)
52-
activesupport (= 6.1.3.1)
53-
activerecord (6.1.3.1)
54-
activemodel (= 6.1.3.1)
55-
activesupport (= 6.1.3.1)
56-
activestorage (6.1.3.1)
57-
actionpack (= 6.1.3.1)
58-
activejob (= 6.1.3.1)
59-
activerecord (= 6.1.3.1)
60-
activesupport (= 6.1.3.1)
61-
marcel (~> 1.0.0)
62-
mini_mime (~> 1.0.2)
63-
activesupport (6.1.3.1)
51+
activemodel (6.1.7.8)
52+
activesupport (= 6.1.7.8)
53+
activerecord (6.1.7.8)
54+
activemodel (= 6.1.7.8)
55+
activesupport (= 6.1.7.8)
56+
activestorage (6.1.7.8)
57+
actionpack (= 6.1.7.8)
58+
activejob (= 6.1.7.8)
59+
activerecord (= 6.1.7.8)
60+
activesupport (= 6.1.7.8)
61+
marcel (~> 1.0)
62+
mini_mime (>= 1.1.0)
63+
activesupport (6.1.7.8)
6464
concurrent-ruby (~> 1.0, >= 1.0.2)
6565
i18n (>= 1.6, < 2)
6666
minitest (>= 5.1)
6767
tzinfo (~> 2.0)
6868
zeitwerk (~> 2.3)
69-
addressable (2.8.0)
70-
public_suffix (>= 2.0.2, < 5.0)
71-
builder (3.2.4)
69+
addressable (2.8.7)
70+
public_suffix (>= 2.0.2, < 7.0)
71+
builder (3.3.0)
7272
byebug (11.1.3)
73-
capybara (3.35.3)
73+
capybara (3.40.0)
7474
addressable
75+
matrix
7576
mini_mime (>= 0.1.3)
76-
nokogiri (~> 1.8)
77+
nokogiri (~> 1.11)
7778
rack (>= 1.6.0)
7879
rack-test (>= 0.6.3)
7980
regexp_parser (>= 1.5, < 3.0)
8081
xpath (~> 3.2)
81-
childprocess (3.0.0)
82-
concurrent-ruby (1.1.9)
82+
concurrent-ruby (1.3.3)
8383
crass (1.0.6)
84-
erubi (1.10.0)
85-
globalid (0.5.1)
86-
activesupport (>= 5.0)
87-
i18n (1.8.10)
84+
date (3.3.4)
85+
erubi (1.13.0)
86+
globalid (1.2.1)
87+
activesupport (>= 6.1)
88+
i18n (1.14.5)
8889
concurrent-ruby (~> 1.0)
89-
loofah (2.10.0)
90+
loofah (2.22.0)
9091
crass (~> 1.0.2)
91-
nokogiri (>= 1.5.9)
92-
mail (2.7.1)
92+
nokogiri (>= 1.12.0)
93+
mail (2.8.1)
9394
mini_mime (>= 0.1.1)
94-
marcel (1.0.1)
95-
method_source (1.0.0)
96-
mini_mime (1.0.3)
97-
minitest (5.14.4)
98-
nio4r (2.5.7)
99-
nokogiri (1.15.2-aarch64-linux)
95+
net-imap
96+
net-pop
97+
net-smtp
98+
marcel (1.0.4)
99+
matrix (0.4.2)
100+
method_source (1.1.0)
101+
mini_mime (1.1.5)
102+
minitest (5.24.1)
103+
net-imap (0.4.14)
104+
date
105+
net-protocol
106+
net-pop (0.1.2)
107+
net-protocol
108+
net-protocol (0.2.2)
109+
timeout
110+
net-smtp (0.5.0)
111+
net-protocol
112+
nio4r (2.7.3)
113+
nokogiri (1.16.7-aarch64-linux)
100114
racc (~> 1.4)
101-
nokogiri (1.15.2-arm64-darwin)
115+
nokogiri (1.16.7-arm64-darwin)
102116
racc (~> 1.4)
103-
nokogiri (1.15.2-x86_64-darwin)
117+
nokogiri (1.16.7-x86_64-darwin)
104118
racc (~> 1.4)
105-
nokogiri (1.15.2-x86_64-linux)
119+
nokogiri (1.16.7-x86_64-linux)
106120
racc (~> 1.4)
107-
public_suffix (4.0.6)
108-
racc (1.7.1)
109-
rack (2.2.3)
110-
rack-test (1.1.0)
111-
rack (>= 1.0, < 3)
112-
rails (6.1.3.1)
113-
actioncable (= 6.1.3.1)
114-
actionmailbox (= 6.1.3.1)
115-
actionmailer (= 6.1.3.1)
116-
actionpack (= 6.1.3.1)
117-
actiontext (= 6.1.3.1)
118-
actionview (= 6.1.3.1)
119-
activejob (= 6.1.3.1)
120-
activemodel (= 6.1.3.1)
121-
activerecord (= 6.1.3.1)
122-
activestorage (= 6.1.3.1)
123-
activesupport (= 6.1.3.1)
121+
public_suffix (6.0.1)
122+
racc (1.8.0)
123+
rack (2.2.9)
124+
rack-test (2.1.0)
125+
rack (>= 1.3)
126+
rails (6.1.7.8)
127+
actioncable (= 6.1.7.8)
128+
actionmailbox (= 6.1.7.8)
129+
actionmailer (= 6.1.7.8)
130+
actionpack (= 6.1.7.8)
131+
actiontext (= 6.1.7.8)
132+
actionview (= 6.1.7.8)
133+
activejob (= 6.1.7.8)
134+
activemodel (= 6.1.7.8)
135+
activerecord (= 6.1.7.8)
136+
activestorage (= 6.1.7.8)
137+
activesupport (= 6.1.7.8)
124138
bundler (>= 1.15.0)
125-
railties (= 6.1.3.1)
139+
railties (= 6.1.7.8)
126140
sprockets-rails (>= 2.0.0)
127-
rails-dom-testing (2.0.3)
128-
activesupport (>= 4.2.0)
141+
rails-dom-testing (2.2.0)
142+
activesupport (>= 5.0.0)
143+
minitest
129144
nokogiri (>= 1.6)
130-
rails-html-sanitizer (1.3.0)
131-
loofah (~> 2.3)
132-
railties (6.1.3.1)
133-
actionpack (= 6.1.3.1)
134-
activesupport (= 6.1.3.1)
145+
rails-html-sanitizer (1.6.0)
146+
loofah (~> 2.21)
147+
nokogiri (~> 1.14)
148+
railties (6.1.7.8)
149+
actionpack (= 6.1.7.8)
150+
activesupport (= 6.1.7.8)
135151
method_source
136-
rake (>= 0.8.7)
152+
rake (>= 12.2)
137153
thor (~> 1.0)
138-
rake (13.0.6)
139-
regexp_parser (2.1.1)
140-
rexml (3.2.5)
154+
rake (13.2.1)
155+
regexp_parser (2.9.2)
156+
rexml (3.3.2)
157+
strscan
141158
rubyzip (2.3.2)
142-
selenium-webdriver (3.142.7)
143-
childprocess (>= 0.5, < 4.0)
144-
rubyzip (>= 1.2.2)
145-
sprockets (4.0.2)
159+
selenium-webdriver (4.10.0)
160+
rexml (~> 3.2, >= 3.2.5)
161+
rubyzip (>= 1.2.2, < 3.0)
162+
websocket (~> 1.0)
163+
sprockets (4.2.1)
146164
concurrent-ruby (~> 1.0)
147-
rack (> 1, < 3)
148-
sprockets-rails (3.2.2)
149-
actionpack (>= 4.0)
150-
activesupport (>= 4.0)
165+
rack (>= 2.2.4, < 4)
166+
sprockets-rails (3.5.1)
167+
actionpack (>= 6.1)
168+
activesupport (>= 6.1)
151169
sprockets (>= 3.0.0)
152-
sqlite3 (1.4.2)
153-
stimulus-rails (0.3.8)
154-
rails (>= 6.0.0)
155-
thor (1.1.0)
156-
turbo-rails (0.7.4)
157-
rails (>= 6.0.0)
158-
tzinfo (2.0.4)
170+
sqlite3 (2.0.2-aarch64-linux-gnu)
171+
sqlite3 (2.0.2-arm64-darwin)
172+
sqlite3 (2.0.2-x86_64-darwin)
173+
sqlite3 (2.0.2-x86_64-linux-gnu)
174+
stimulus-rails (1.3.3)
175+
railties (>= 6.0.0)
176+
strscan (3.1.0)
177+
thor (1.3.1)
178+
timeout (0.4.1)
179+
turbo-rails (2.0.6)
180+
actionpack (>= 6.0.0)
181+
activejob (>= 6.0.0)
182+
railties (>= 6.0.0)
183+
tzinfo (2.0.6)
159184
concurrent-ruby (~> 1.0)
160-
webdrivers (4.6.0)
185+
webdrivers (5.3.1)
161186
nokogiri (~> 1.6)
162187
rubyzip (>= 1.3.0)
163-
selenium-webdriver (>= 3.0, < 4.0)
164-
websocket-driver (0.7.5)
188+
selenium-webdriver (~> 4.0, < 4.11)
189+
websocket (1.2.11)
190+
websocket-driver (0.7.6)
165191
websocket-extensions (>= 0.1.0)
166192
websocket-extensions (0.1.5)
167193
xpath (3.2.0)
168194
nokogiri (~> 1.8)
169-
zeitwerk (2.4.2)
195+
zeitwerk (2.6.16)
170196

171197
PLATFORMS
172198
aarch64-linux

0 commit comments

Comments
 (0)