Skip to content

Commit 5ba0e87

Browse files
committed
Update demo app to rails 7.0.7.
1 parent 00b5ad2 commit 5ba0e87

File tree

4 files changed

+77
-82
lines changed

4 files changed

+77
-82
lines changed

demo/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ end
2525
group :test do
2626
gem "capybara-screenshot-diff"
2727
gem "selenium-webdriver"
28-
gem "webdrivers"
2928
end

demo/Gemfile.lock

Lines changed: 77 additions & 81 deletions
Original file line numberDiff line numberDiff line change
@@ -8,72 +8,72 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (7.0.5)
12-
actionpack (= 7.0.5)
13-
activesupport (= 7.0.5)
11+
actioncable (7.0.7)
12+
actionpack (= 7.0.7)
13+
activesupport (= 7.0.7)
1414
nio4r (~> 2.0)
1515
websocket-driver (>= 0.6.1)
16-
actionmailbox (7.0.5)
17-
actionpack (= 7.0.5)
18-
activejob (= 7.0.5)
19-
activerecord (= 7.0.5)
20-
activestorage (= 7.0.5)
21-
activesupport (= 7.0.5)
16+
actionmailbox (7.0.7)
17+
actionpack (= 7.0.7)
18+
activejob (= 7.0.7)
19+
activerecord (= 7.0.7)
20+
activestorage (= 7.0.7)
21+
activesupport (= 7.0.7)
2222
mail (>= 2.7.1)
2323
net-imap
2424
net-pop
2525
net-smtp
26-
actionmailer (7.0.5)
27-
actionpack (= 7.0.5)
28-
actionview (= 7.0.5)
29-
activejob (= 7.0.5)
30-
activesupport (= 7.0.5)
26+
actionmailer (7.0.7)
27+
actionpack (= 7.0.7)
28+
actionview (= 7.0.7)
29+
activejob (= 7.0.7)
30+
activesupport (= 7.0.7)
3131
mail (~> 2.5, >= 2.5.4)
3232
net-imap
3333
net-pop
3434
net-smtp
3535
rails-dom-testing (~> 2.0)
36-
actionpack (7.0.5)
37-
actionview (= 7.0.5)
38-
activesupport (= 7.0.5)
36+
actionpack (7.0.7)
37+
actionview (= 7.0.7)
38+
activesupport (= 7.0.7)
3939
rack (~> 2.0, >= 2.2.4)
4040
rack-test (>= 0.6.3)
4141
rails-dom-testing (~> 2.0)
4242
rails-html-sanitizer (~> 1.0, >= 1.2.0)
43-
actiontext (7.0.5)
44-
actionpack (= 7.0.5)
45-
activerecord (= 7.0.5)
46-
activestorage (= 7.0.5)
47-
activesupport (= 7.0.5)
43+
actiontext (7.0.7)
44+
actionpack (= 7.0.7)
45+
activerecord (= 7.0.7)
46+
activestorage (= 7.0.7)
47+
activesupport (= 7.0.7)
4848
globalid (>= 0.6.0)
4949
nokogiri (>= 1.8.5)
50-
actionview (7.0.5)
51-
activesupport (= 7.0.5)
50+
actionview (7.0.7)
51+
activesupport (= 7.0.7)
5252
builder (~> 3.1)
5353
erubi (~> 1.4)
5454
rails-dom-testing (~> 2.0)
5555
rails-html-sanitizer (~> 1.1, >= 1.2.0)
56-
activejob (7.0.5)
57-
activesupport (= 7.0.5)
56+
activejob (7.0.7)
57+
activesupport (= 7.0.7)
5858
globalid (>= 0.3.6)
59-
activemodel (7.0.5)
60-
activesupport (= 7.0.5)
61-
activerecord (7.0.5)
62-
activemodel (= 7.0.5)
63-
activesupport (= 7.0.5)
64-
activestorage (7.0.5)
65-
actionpack (= 7.0.5)
66-
activejob (= 7.0.5)
67-
activerecord (= 7.0.5)
68-
activesupport (= 7.0.5)
59+
activemodel (7.0.7)
60+
activesupport (= 7.0.7)
61+
activerecord (7.0.7)
62+
activemodel (= 7.0.7)
63+
activesupport (= 7.0.7)
64+
activestorage (7.0.7)
65+
actionpack (= 7.0.7)
66+
activejob (= 7.0.7)
67+
activerecord (= 7.0.7)
68+
activesupport (= 7.0.7)
6969
marcel (~> 1.0)
7070
mini_mime (>= 1.1.0)
71-
activesupport (7.0.5)
71+
activesupport (7.0.7)
7272
concurrent-ruby (~> 1.0, >= 1.0.2)
7373
i18n (>= 1.6, < 2)
7474
minitest (>= 5.1)
7575
tzinfo (~> 2.0)
76-
addressable (2.8.4)
76+
addressable (2.8.5)
7777
public_suffix (>= 2.0.2, < 6.0)
7878
bindex (0.8.1)
7979
bootsnap (1.16.0)
@@ -95,7 +95,7 @@ GEM
9595
chunky_png (1.4.0)
9696
concurrent-ruby (1.2.2)
9797
crass (1.0.6)
98-
cssbundling-rails (1.1.2)
98+
cssbundling-rails (1.2.0)
9999
railties (>= 6.0.0)
100100
date (3.3.3)
101101
debug (1.8.0)
@@ -108,12 +108,12 @@ GEM
108108
i18n (1.14.1)
109109
concurrent-ruby (~> 1.0)
110110
io-console (0.6.0)
111-
irb (1.7.0)
112-
reline (>= 0.3.0)
111+
irb (1.7.4)
112+
reline (>= 0.3.6)
113113
jbuilder (2.11.5)
114114
actionview (>= 5.0.0)
115115
activesupport (>= 5.0.0)
116-
jsbundling-rails (1.1.1)
116+
jsbundling-rails (1.1.2)
117117
railties (>= 6.0.0)
118118
loofah (2.21.3)
119119
crass (~> 1.0.2)
@@ -126,11 +126,11 @@ GEM
126126
marcel (1.0.2)
127127
matrix (0.4.2)
128128
method_source (1.0.0)
129-
mini_mime (1.1.2)
130-
mini_portile2 (2.8.2)
131-
minitest (5.18.1)
132-
msgpack (1.7.1)
133-
net-imap (0.3.6)
129+
mini_mime (1.1.5)
130+
mini_portile2 (2.8.4)
131+
minitest (5.19.0)
132+
msgpack (1.7.2)
133+
net-imap (0.3.7)
134134
date
135135
net-protocol
136136
net-pop (0.1.2)
@@ -140,54 +140,55 @@ GEM
140140
net-smtp (0.3.3)
141141
net-protocol
142142
nio4r (2.5.9)
143-
nokogiri (1.15.2)
143+
nokogiri (1.15.4)
144144
mini_portile2 (~> 2.8.2)
145145
racc (~> 1.4)
146-
nokogiri (1.15.2-x86_64-darwin)
146+
nokogiri (1.15.4-x86_64-darwin)
147147
racc (~> 1.4)
148-
nokogiri (1.15.2-x86_64-linux)
148+
nokogiri (1.15.4-x86_64-linux)
149149
racc (~> 1.4)
150-
public_suffix (5.0.1)
150+
public_suffix (5.0.3)
151151
puma (6.3.0)
152152
nio4r (~> 2.0)
153153
racc (1.7.1)
154-
rack (2.2.7)
154+
rack (2.2.8)
155155
rack-test (2.1.0)
156156
rack (>= 1.3)
157-
rails (7.0.5)
158-
actioncable (= 7.0.5)
159-
actionmailbox (= 7.0.5)
160-
actionmailer (= 7.0.5)
161-
actionpack (= 7.0.5)
162-
actiontext (= 7.0.5)
163-
actionview (= 7.0.5)
164-
activejob (= 7.0.5)
165-
activemodel (= 7.0.5)
166-
activerecord (= 7.0.5)
167-
activestorage (= 7.0.5)
168-
activesupport (= 7.0.5)
157+
rails (7.0.7)
158+
actioncable (= 7.0.7)
159+
actionmailbox (= 7.0.7)
160+
actionmailer (= 7.0.7)
161+
actionpack (= 7.0.7)
162+
actiontext (= 7.0.7)
163+
actionview (= 7.0.7)
164+
activejob (= 7.0.7)
165+
activemodel (= 7.0.7)
166+
activerecord (= 7.0.7)
167+
activestorage (= 7.0.7)
168+
activesupport (= 7.0.7)
169169
bundler (>= 1.15.0)
170-
railties (= 7.0.5)
171-
rails-dom-testing (2.0.3)
172-
activesupport (>= 4.2.0)
170+
railties (= 7.0.7)
171+
rails-dom-testing (2.2.0)
172+
activesupport (>= 5.0.0)
173+
minitest
173174
nokogiri (>= 1.6)
174175
rails-html-sanitizer (1.6.0)
175176
loofah (~> 2.21)
176177
nokogiri (~> 1.14)
177-
railties (7.0.5)
178-
actionpack (= 7.0.5)
179-
activesupport (= 7.0.5)
178+
railties (7.0.7)
179+
actionpack (= 7.0.7)
180+
activesupport (= 7.0.7)
180181
method_source
181182
rake (>= 12.2)
182183
thor (~> 1.0)
183184
zeitwerk (~> 2.5)
184185
rake (13.0.6)
185186
regexp_parser (2.8.1)
186-
reline (0.3.5)
187+
reline (0.3.7)
187188
io-console (~> 0.5)
188-
rexml (3.2.5)
189+
rexml (3.2.6)
189190
rubyzip (2.3.2)
190-
selenium-webdriver (4.10.0)
191+
selenium-webdriver (4.11.0)
191192
rexml (~> 3.2, >= 3.2.5)
192193
rubyzip (>= 1.2.2, < 3.0)
193194
websocket (~> 1.0)
@@ -203,25 +204,21 @@ GEM
203204
sqlite3 (1.6.3-x86_64-darwin)
204205
sqlite3 (1.6.3-x86_64-linux)
205206
thor (1.2.2)
206-
timeout (0.3.2)
207+
timeout (0.4.0)
207208
tzinfo (2.0.6)
208209
concurrent-ruby (~> 1.0)
209210
web-console (4.2.0)
210211
actionview (>= 6.0.0)
211212
activemodel (>= 6.0.0)
212213
bindex (>= 0.4.0)
213214
railties (>= 6.0.0)
214-
webdrivers (5.2.0)
215-
nokogiri (~> 1.6)
216-
rubyzip (>= 1.3.0)
217-
selenium-webdriver (~> 4.0)
218215
websocket (1.2.9)
219-
websocket-driver (0.7.5)
216+
websocket-driver (0.7.6)
220217
websocket-extensions (>= 0.1.0)
221218
websocket-extensions (0.1.5)
222219
xpath (3.2.0)
223220
nokogiri (~> 1.8)
224-
zeitwerk (2.6.8)
221+
zeitwerk (2.6.11)
225222

226223
PLATFORMS
227224
ruby
@@ -244,7 +241,6 @@ DEPENDENCIES
244241
sqlite3 (~> 1.4)
245242
tzinfo-data
246243
web-console
247-
webdrivers
248244

249245
BUNDLED WITH
250246
2.4.13
136 Bytes
Loading
19 Bytes
Loading

0 commit comments

Comments
 (0)