Skip to content

Commit 555e74d

Browse files
committed
Update to Rails 7.0.4.1
1 parent 1f87b22 commit 555e74d

1 file changed

Lines changed: 70 additions & 65 deletions

File tree

Gemfile.lock

Lines changed: 70 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.0.4)
5-
actionpack (= 7.0.4)
6-
activesupport (= 7.0.4)
4+
actioncable (7.0.4.1)
5+
actionpack (= 7.0.4.1)
6+
activesupport (= 7.0.4.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (7.0.4)
10-
actionpack (= 7.0.4)
11-
activejob (= 7.0.4)
12-
activerecord (= 7.0.4)
13-
activestorage (= 7.0.4)
14-
activesupport (= 7.0.4)
9+
actionmailbox (7.0.4.1)
10+
actionpack (= 7.0.4.1)
11+
activejob (= 7.0.4.1)
12+
activerecord (= 7.0.4.1)
13+
activestorage (= 7.0.4.1)
14+
activesupport (= 7.0.4.1)
1515
mail (>= 2.7.1)
1616
net-imap
1717
net-pop
1818
net-smtp
19-
actionmailer (7.0.4)
20-
actionpack (= 7.0.4)
21-
actionview (= 7.0.4)
22-
activejob (= 7.0.4)
23-
activesupport (= 7.0.4)
19+
actionmailer (7.0.4.1)
20+
actionpack (= 7.0.4.1)
21+
actionview (= 7.0.4.1)
22+
activejob (= 7.0.4.1)
23+
activesupport (= 7.0.4.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.4)
30-
actionview (= 7.0.4)
31-
activesupport (= 7.0.4)
29+
actionpack (7.0.4.1)
30+
actionview (= 7.0.4.1)
31+
activesupport (= 7.0.4.1)
3232
rack (~> 2.0, >= 2.2.0)
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.4)
37-
actionpack (= 7.0.4)
38-
activerecord (= 7.0.4)
39-
activestorage (= 7.0.4)
40-
activesupport (= 7.0.4)
36+
actiontext (7.0.4.1)
37+
actionpack (= 7.0.4.1)
38+
activerecord (= 7.0.4.1)
39+
activestorage (= 7.0.4.1)
40+
activesupport (= 7.0.4.1)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (7.0.4)
44-
activesupport (= 7.0.4)
43+
actionview (7.0.4.1)
44+
activesupport (= 7.0.4.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.4)
50-
activesupport (= 7.0.4)
49+
activejob (7.0.4.1)
50+
activesupport (= 7.0.4.1)
5151
globalid (>= 0.3.6)
52-
activemodel (7.0.4)
53-
activesupport (= 7.0.4)
54-
activerecord (7.0.4)
55-
activemodel (= 7.0.4)
56-
activesupport (= 7.0.4)
57-
activestorage (7.0.4)
58-
actionpack (= 7.0.4)
59-
activejob (= 7.0.4)
60-
activerecord (= 7.0.4)
61-
activesupport (= 7.0.4)
52+
activemodel (7.0.4.1)
53+
activesupport (= 7.0.4.1)
54+
activerecord (7.0.4.1)
55+
activemodel (= 7.0.4.1)
56+
activesupport (= 7.0.4.1)
57+
activestorage (7.0.4.1)
58+
actionpack (= 7.0.4.1)
59+
activejob (= 7.0.4.1)
60+
activerecord (= 7.0.4.1)
61+
activesupport (= 7.0.4.1)
6262
marcel (~> 1.0)
6363
mini_mime (>= 1.1.0)
64-
activesupport (7.0.4)
64+
activesupport (7.0.4.1)
6565
concurrent-ruby (~> 1.0, >= 1.0.2)
6666
i18n (>= 1.6, < 2)
6767
minitest (>= 5.1)
@@ -105,18 +105,19 @@ GEM
105105
activerecord (>= 5.a)
106106
database_cleaner-core (~> 2.0.0)
107107
database_cleaner-core (2.0.1)
108+
date (3.3.3)
108109
diff-lcs (1.5.0)
109110
docile (1.4.0)
110111
domain_name (0.5.20190701)
111112
unf (>= 0.0.5, < 1.0.0)
112-
erubi (1.11.0)
113+
erubi (1.12.0)
113114
factory_bot (6.2.1)
114115
activesupport (>= 5.0.0)
115116
factory_bot_rails (6.2.0)
116117
factory_bot (~> 6.2.0)
117118
railties (>= 5.0.0)
118119
ffi (1.15.5)
119-
globalid (1.0.0)
120+
globalid (1.0.1)
120121
activesupport (>= 5.0)
121122
hashdiff (1.0.1)
122123
hashie (5.0.0)
@@ -142,8 +143,11 @@ GEM
142143
loofah (2.19.1)
143144
crass (~> 1.0.2)
144145
nokogiri (>= 1.5.9)
145-
mail (2.7.1)
146+
mail (2.8.0.1)
146147
mini_mime (>= 0.1.1)
148+
net-imap
149+
net-pop
150+
net-smtp
147151
marc (1.1.1)
148152
rexml
149153
scrub_rb (>= 1.0.1, < 2)
@@ -155,22 +159,23 @@ GEM
155159
mime-types-data (3.2022.0105)
156160
mini_magick (4.11.0)
157161
mini_mime (1.1.2)
158-
minitest (5.16.3)
159-
net-imap (0.3.1)
162+
minitest (5.17.0)
163+
net-imap (0.3.4)
164+
date
160165
net-protocol
161166
net-pop (0.1.2)
162167
net-protocol
163-
net-protocol (0.1.3)
168+
net-protocol (0.2.1)
164169
timeout
165170
net-smtp (0.3.3)
166171
net-protocol
167172
netrc (0.11.0)
168173
nio4r (2.5.8)
169-
nokogiri (1.13.10-aarch64-linux)
174+
nokogiri (1.14.0-aarch64-linux)
170175
racc (~> 1.4)
171-
nokogiri (1.13.10-arm64-darwin)
176+
nokogiri (1.14.0-arm64-darwin)
172177
racc (~> 1.4)
173-
nokogiri (1.13.10-x86_64-linux)
178+
nokogiri (1.14.0-x86_64-linux)
174179
racc (~> 1.4)
175180
oj (3.13.13)
176181
omniauth (1.9.2)
@@ -193,34 +198,34 @@ GEM
193198
public_suffix (4.0.7)
194199
puma (5.6.4)
195200
nio4r (~> 2.0)
196-
racc (1.6.1)
197-
rack (2.2.4)
201+
racc (1.6.2)
202+
rack (2.2.6.2)
198203
rack-cors (1.1.1)
199204
rack (>= 2.0.0)
200205
rack-test (2.0.2)
201206
rack (>= 1.3)
202-
rails (7.0.4)
203-
actioncable (= 7.0.4)
204-
actionmailbox (= 7.0.4)
205-
actionmailer (= 7.0.4)
206-
actionpack (= 7.0.4)
207-
actiontext (= 7.0.4)
208-
actionview (= 7.0.4)
209-
activejob (= 7.0.4)
210-
activemodel (= 7.0.4)
211-
activerecord (= 7.0.4)
212-
activestorage (= 7.0.4)
213-
activesupport (= 7.0.4)
207+
rails (7.0.4.1)
208+
actioncable (= 7.0.4.1)
209+
actionmailbox (= 7.0.4.1)
210+
actionmailer (= 7.0.4.1)
211+
actionpack (= 7.0.4.1)
212+
actiontext (= 7.0.4.1)
213+
actionview (= 7.0.4.1)
214+
activejob (= 7.0.4.1)
215+
activemodel (= 7.0.4.1)
216+
activerecord (= 7.0.4.1)
217+
activestorage (= 7.0.4.1)
218+
activesupport (= 7.0.4.1)
214219
bundler (>= 1.15.0)
215-
railties (= 7.0.4)
220+
railties (= 7.0.4.1)
216221
rails-dom-testing (2.0.3)
217222
activesupport (>= 4.2.0)
218223
nokogiri (>= 1.6)
219224
rails-html-sanitizer (1.4.4)
220225
loofah (~> 2.19, >= 2.19.1)
221-
railties (7.0.4)
222-
actionpack (= 7.0.4)
223-
activesupport (= 7.0.4)
226+
railties (7.0.4.1)
227+
actionpack (= 7.0.4.1)
228+
activesupport (= 7.0.4.1)
224229
method_source
225230
rake (>= 12.2)
226231
thor (~> 1.0)
@@ -298,7 +303,7 @@ GEM
298303
simplecov (>= 0.4.1)
299304
simplecov_json_formatter (0.1.4)
300305
thor (1.2.1)
301-
timeout (0.3.0)
306+
timeout (0.3.1)
302307
typesafe_enum (0.3.0)
303308
tzinfo (2.0.5)
304309
concurrent-ruby (~> 1.0)

0 commit comments

Comments
 (0)