Skip to content

Commit 9679c58

Browse files
committed
Update demo/Gemfile.lock
1 parent 7850fad commit 9679c58

File tree

1 file changed

+115
-106
lines changed

1 file changed

+115
-106
lines changed

demo/Gemfile.lock

+115-106
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.2.1)
12-
actionpack (= 7.2.1)
13-
activesupport (= 7.2.1)
11+
actioncable (7.2.2.1)
12+
actionpack (= 7.2.2.1)
13+
activesupport (= 7.2.2.1)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
1616
zeitwerk (~> 2.6)
17-
actionmailbox (7.2.1)
18-
actionpack (= 7.2.1)
19-
activejob (= 7.2.1)
20-
activerecord (= 7.2.1)
21-
activestorage (= 7.2.1)
22-
activesupport (= 7.2.1)
17+
actionmailbox (7.2.2.1)
18+
actionpack (= 7.2.2.1)
19+
activejob (= 7.2.2.1)
20+
activerecord (= 7.2.2.1)
21+
activestorage (= 7.2.2.1)
22+
activesupport (= 7.2.2.1)
2323
mail (>= 2.8.0)
24-
actionmailer (7.2.1)
25-
actionpack (= 7.2.1)
26-
actionview (= 7.2.1)
27-
activejob (= 7.2.1)
28-
activesupport (= 7.2.1)
24+
actionmailer (7.2.2.1)
25+
actionpack (= 7.2.2.1)
26+
actionview (= 7.2.2.1)
27+
activejob (= 7.2.2.1)
28+
activesupport (= 7.2.2.1)
2929
mail (>= 2.8.0)
3030
rails-dom-testing (~> 2.2)
31-
actionpack (7.2.1)
32-
actionview (= 7.2.1)
33-
activesupport (= 7.2.1)
31+
actionpack (7.2.2.1)
32+
actionview (= 7.2.2.1)
33+
activesupport (= 7.2.2.1)
3434
nokogiri (>= 1.8.5)
3535
racc
3636
rack (>= 2.2.4, < 3.2)
@@ -39,36 +39,37 @@ GEM
3939
rails-dom-testing (~> 2.2)
4040
rails-html-sanitizer (~> 1.6)
4141
useragent (~> 0.16)
42-
actiontext (7.2.1)
43-
actionpack (= 7.2.1)
44-
activerecord (= 7.2.1)
45-
activestorage (= 7.2.1)
46-
activesupport (= 7.2.1)
42+
actiontext (7.2.2.1)
43+
actionpack (= 7.2.2.1)
44+
activerecord (= 7.2.2.1)
45+
activestorage (= 7.2.2.1)
46+
activesupport (= 7.2.2.1)
4747
globalid (>= 0.6.0)
4848
nokogiri (>= 1.8.5)
49-
actionview (7.2.1)
50-
activesupport (= 7.2.1)
49+
actionview (7.2.2.1)
50+
activesupport (= 7.2.2.1)
5151
builder (~> 3.1)
5252
erubi (~> 1.11)
5353
rails-dom-testing (~> 2.2)
5454
rails-html-sanitizer (~> 1.6)
55-
activejob (7.2.1)
56-
activesupport (= 7.2.1)
55+
activejob (7.2.2.1)
56+
activesupport (= 7.2.2.1)
5757
globalid (>= 0.3.6)
58-
activemodel (7.2.1)
59-
activesupport (= 7.2.1)
60-
activerecord (7.2.1)
61-
activemodel (= 7.2.1)
62-
activesupport (= 7.2.1)
58+
activemodel (7.2.2.1)
59+
activesupport (= 7.2.2.1)
60+
activerecord (7.2.2.1)
61+
activemodel (= 7.2.2.1)
62+
activesupport (= 7.2.2.1)
6363
timeout (>= 0.4.0)
64-
activestorage (7.2.1)
65-
actionpack (= 7.2.1)
66-
activejob (= 7.2.1)
67-
activerecord (= 7.2.1)
68-
activesupport (= 7.2.1)
64+
activestorage (7.2.2.1)
65+
actionpack (= 7.2.2.1)
66+
activejob (= 7.2.2.1)
67+
activerecord (= 7.2.2.1)
68+
activesupport (= 7.2.2.1)
6969
marcel (~> 1.0)
70-
activesupport (7.2.1)
70+
activesupport (7.2.2.1)
7171
base64
72+
benchmark (>= 0.3)
7273
bigdecimal
7374
concurrent-ruby (~> 1.0, >= 1.3.1)
7475
connection_pool (>= 2.2.5)
@@ -81,7 +82,8 @@ GEM
8182
addressable (2.8.7)
8283
public_suffix (>= 2.0.2, < 7.0)
8384
base64 (0.2.0)
84-
bigdecimal (3.1.8)
85+
benchmark (0.4.0)
86+
bigdecimal (3.1.9)
8587
bindex (0.8.1)
8688
bootsnap (1.18.4)
8789
msgpack (~> 1.2)
@@ -95,37 +97,38 @@ GEM
9597
rack-test (>= 0.6.3)
9698
regexp_parser (>= 1.5, < 3.0)
9799
xpath (~> 3.2)
98-
capybara-screenshot-diff (1.9.0)
99-
actionpack (>= 6.1, < 8)
100+
capybara-screenshot-diff (1.10.2)
101+
actionpack (>= 7.0, < 9)
100102
capybara (>= 2, < 4)
101103
chunky_png (1.4.0)
102-
concurrent-ruby (1.3.4)
103-
connection_pool (2.4.1)
104+
concurrent-ruby (1.3.5)
105+
connection_pool (2.5.0)
104106
crass (1.0.6)
105-
cssbundling-rails (1.4.1)
107+
cssbundling-rails (1.4.3)
106108
railties (>= 6.0.0)
107-
date (3.3.4)
108-
debug (1.9.2)
109+
date (3.4.1)
110+
debug (1.10.0)
109111
irb (~> 1.10)
110112
reline (>= 0.3.8)
111113
drb (2.2.1)
112-
erubi (1.13.0)
114+
erubi (1.13.1)
113115
globalid (1.2.1)
114116
activesupport (>= 6.1)
115117
htmlbeautifier (1.4.3)
116-
i18n (1.14.6)
118+
i18n (1.14.7)
117119
concurrent-ruby (~> 1.0)
118-
io-console (0.7.2)
119-
irb (1.14.1)
120+
io-console (0.8.0)
121+
irb (1.15.1)
122+
pp (>= 0.6.0)
120123
rdoc (>= 4.0.0)
121124
reline (>= 0.4.2)
122125
jbuilder (2.13.0)
123126
actionview (>= 5.0.0)
124127
activesupport (>= 5.0.0)
125128
jsbundling-rails (1.3.1)
126129
railties (>= 6.0.0)
127-
logger (1.6.1)
128-
loofah (2.22.0)
130+
logger (1.6.6)
131+
loofah (2.24.0)
129132
crass (~> 1.0.2)
130133
nokogiri (>= 1.12.0)
131134
mail (2.8.1)
@@ -136,83 +139,89 @@ GEM
136139
marcel (1.0.4)
137140
matrix (0.4.2)
138141
mini_mime (1.1.5)
139-
minitest (5.25.1)
140-
msgpack (1.7.3)
141-
net-imap (0.4.17)
142+
mini_portile2 (2.8.8)
143+
minitest (5.25.4)
144+
msgpack (1.8.0)
145+
net-imap (0.5.6)
142146
date
143147
net-protocol
144148
net-pop (0.1.2)
145149
net-protocol
146150
net-protocol (0.2.2)
147151
timeout
148-
net-smtp (0.5.0)
152+
net-smtp (0.5.1)
149153
net-protocol
150-
nio4r (2.7.3)
151-
nokogiri (1.16.7-aarch64-linux)
154+
nio4r (2.7.4)
155+
nokogiri (1.18.3)
156+
mini_portile2 (~> 2.8.2)
152157
racc (~> 1.4)
153-
nokogiri (1.16.7-arm-linux)
158+
nokogiri (1.18.3-aarch64-linux-gnu)
154159
racc (~> 1.4)
155-
nokogiri (1.16.7-arm64-darwin)
160+
nokogiri (1.18.3-arm-linux-gnu)
156161
racc (~> 1.4)
157-
nokogiri (1.16.7-x86-linux)
162+
nokogiri (1.18.3-arm64-darwin)
158163
racc (~> 1.4)
159-
nokogiri (1.16.7-x86_64-darwin)
164+
nokogiri (1.18.3-x86_64-darwin)
160165
racc (~> 1.4)
161-
nokogiri (1.16.7-x86_64-linux)
166+
nokogiri (1.18.3-x86_64-linux-gnu)
162167
racc (~> 1.4)
163-
psych (5.1.2)
168+
pp (0.6.2)
169+
prettyprint
170+
prettyprint (0.2.0)
171+
psych (5.2.3)
172+
date
164173
stringio
165174
public_suffix (6.0.1)
166-
puma (6.4.3)
175+
puma (6.6.0)
167176
nio4r (~> 2.0)
168177
racc (1.8.1)
169-
rack (3.1.8)
170-
rack-session (2.0.0)
178+
rack (3.1.12)
179+
rack-session (2.1.0)
180+
base64 (>= 0.1.0)
171181
rack (>= 3.0.0)
172-
rack-test (2.1.0)
182+
rack-test (2.2.0)
173183
rack (>= 1.3)
174-
rackup (2.1.0)
184+
rackup (2.2.1)
175185
rack (>= 3)
176-
webrick (~> 1.8)
177-
rails (7.2.1)
178-
actioncable (= 7.2.1)
179-
actionmailbox (= 7.2.1)
180-
actionmailer (= 7.2.1)
181-
actionpack (= 7.2.1)
182-
actiontext (= 7.2.1)
183-
actionview (= 7.2.1)
184-
activejob (= 7.2.1)
185-
activemodel (= 7.2.1)
186-
activerecord (= 7.2.1)
187-
activestorage (= 7.2.1)
188-
activesupport (= 7.2.1)
186+
rails (7.2.2.1)
187+
actioncable (= 7.2.2.1)
188+
actionmailbox (= 7.2.2.1)
189+
actionmailer (= 7.2.2.1)
190+
actionpack (= 7.2.2.1)
191+
actiontext (= 7.2.2.1)
192+
actionview (= 7.2.2.1)
193+
activejob (= 7.2.2.1)
194+
activemodel (= 7.2.2.1)
195+
activerecord (= 7.2.2.1)
196+
activestorage (= 7.2.2.1)
197+
activesupport (= 7.2.2.1)
189198
bundler (>= 1.15.0)
190-
railties (= 7.2.1)
199+
railties (= 7.2.2.1)
191200
rails-dom-testing (2.2.0)
192201
activesupport (>= 5.0.0)
193202
minitest
194203
nokogiri (>= 1.6)
195-
rails-html-sanitizer (1.6.0)
204+
rails-html-sanitizer (1.6.2)
196205
loofah (~> 2.21)
197-
nokogiri (~> 1.14)
198-
railties (7.2.1)
199-
actionpack (= 7.2.1)
200-
activesupport (= 7.2.1)
206+
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
207+
railties (7.2.2.1)
208+
actionpack (= 7.2.2.1)
209+
activesupport (= 7.2.2.1)
201210
irb (~> 1.13)
202211
rackup (>= 1.0.0)
203212
rake (>= 12.2)
204213
thor (~> 1.0, >= 1.2.2)
205214
zeitwerk (~> 2.6)
206215
rake (13.2.1)
207-
rdoc (6.7.0)
216+
rdoc (6.12.0)
208217
psych (>= 4.0.0)
209-
regexp_parser (2.9.2)
210-
reline (0.5.10)
218+
regexp_parser (2.10.0)
219+
reline (0.6.0)
211220
io-console (~> 0.5)
212-
rexml (3.3.8)
213-
rubyzip (2.3.2)
214-
securerandom (0.3.1)
215-
selenium-webdriver (4.25.0)
221+
rexml (3.4.1)
222+
rubyzip (2.4.1)
223+
securerandom (0.4.1)
224+
selenium-webdriver (4.29.1)
216225
base64 (~> 0.2)
217226
logger (~> 1.4)
218227
rexml (~> 3.2, >= 3.2.5)
@@ -225,31 +234,31 @@ GEM
225234
actionpack (>= 6.1)
226235
activesupport (>= 6.1)
227236
sprockets (>= 3.0.0)
228-
sqlite3 (2.1.0-aarch64-linux-gnu)
229-
sqlite3 (2.1.0-arm-linux-gnu)
230-
sqlite3 (2.1.0-arm64-darwin)
231-
sqlite3 (2.1.0-x86-linux-gnu)
232-
sqlite3 (2.1.0-x86_64-darwin)
233-
sqlite3 (2.1.0-x86_64-linux-gnu)
234-
stringio (3.1.1)
237+
sqlite3 (2.6.0-aarch64-linux-gnu)
238+
sqlite3 (2.6.0-arm-linux-gnu)
239+
sqlite3 (2.6.0-arm64-darwin)
240+
sqlite3 (2.6.0-x86-linux-gnu)
241+
sqlite3 (2.6.0-x86_64-darwin)
242+
sqlite3 (2.6.0-x86_64-linux-gnu)
243+
stringio (3.1.5)
235244
thor (1.3.2)
236-
timeout (0.4.1)
245+
timeout (0.4.3)
237246
tzinfo (2.0.6)
238247
concurrent-ruby (~> 1.0)
239-
useragent (0.16.10)
248+
useragent (0.16.11)
240249
web-console (4.2.1)
241250
actionview (>= 6.0.0)
242251
activemodel (>= 6.0.0)
243252
bindex (>= 0.4.0)
244253
railties (>= 6.0.0)
245-
webrick (1.8.2)
246254
websocket (1.2.11)
247-
websocket-driver (0.7.6)
255+
websocket-driver (0.7.7)
256+
base64
248257
websocket-extensions (>= 0.1.0)
249258
websocket-extensions (0.1.5)
250259
xpath (3.2.0)
251260
nokogiri (~> 1.8)
252-
zeitwerk (2.7.0)
261+
zeitwerk (2.7.2)
253262

254263
PLATFORMS
255264
aarch64-linux

0 commit comments

Comments
 (0)