Skip to content

Commit 92417a8

Browse files
Bump rails from 7.0.8 to 7.0.8.1
Bumps [rails](https://github.com/rails/rails) from 7.0.8 to 7.0.8.1. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v7.0.8...v7.0.8.1) --- updated-dependencies: - dependency-name: rails dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6ae7635 commit 92417a8

File tree

1 file changed

+72
-72
lines changed

1 file changed

+72
-72
lines changed

Gemfile.lock

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -76,67 +76,67 @@ GIT
7676
GEM
7777
remote: https://rubygems.org/
7878
specs:
79-
actioncable (7.0.8)
80-
actionpack (= 7.0.8)
81-
activesupport (= 7.0.8)
79+
actioncable (7.0.8.1)
80+
actionpack (= 7.0.8.1)
81+
activesupport (= 7.0.8.1)
8282
nio4r (~> 2.0)
8383
websocket-driver (>= 0.6.1)
84-
actionmailbox (7.0.8)
85-
actionpack (= 7.0.8)
86-
activejob (= 7.0.8)
87-
activerecord (= 7.0.8)
88-
activestorage (= 7.0.8)
89-
activesupport (= 7.0.8)
84+
actionmailbox (7.0.8.1)
85+
actionpack (= 7.0.8.1)
86+
activejob (= 7.0.8.1)
87+
activerecord (= 7.0.8.1)
88+
activestorage (= 7.0.8.1)
89+
activesupport (= 7.0.8.1)
9090
mail (>= 2.7.1)
9191
net-imap
9292
net-pop
9393
net-smtp
94-
actionmailer (7.0.8)
95-
actionpack (= 7.0.8)
96-
actionview (= 7.0.8)
97-
activejob (= 7.0.8)
98-
activesupport (= 7.0.8)
94+
actionmailer (7.0.8.1)
95+
actionpack (= 7.0.8.1)
96+
actionview (= 7.0.8.1)
97+
activejob (= 7.0.8.1)
98+
activesupport (= 7.0.8.1)
9999
mail (~> 2.5, >= 2.5.4)
100100
net-imap
101101
net-pop
102102
net-smtp
103103
rails-dom-testing (~> 2.0)
104-
actionpack (7.0.8)
105-
actionview (= 7.0.8)
106-
activesupport (= 7.0.8)
104+
actionpack (7.0.8.1)
105+
actionview (= 7.0.8.1)
106+
activesupport (= 7.0.8.1)
107107
rack (~> 2.0, >= 2.2.4)
108108
rack-test (>= 0.6.3)
109109
rails-dom-testing (~> 2.0)
110110
rails-html-sanitizer (~> 1.0, >= 1.2.0)
111-
actiontext (7.0.8)
112-
actionpack (= 7.0.8)
113-
activerecord (= 7.0.8)
114-
activestorage (= 7.0.8)
115-
activesupport (= 7.0.8)
111+
actiontext (7.0.8.1)
112+
actionpack (= 7.0.8.1)
113+
activerecord (= 7.0.8.1)
114+
activestorage (= 7.0.8.1)
115+
activesupport (= 7.0.8.1)
116116
globalid (>= 0.6.0)
117117
nokogiri (>= 1.8.5)
118-
actionview (7.0.8)
119-
activesupport (= 7.0.8)
118+
actionview (7.0.8.1)
119+
activesupport (= 7.0.8.1)
120120
builder (~> 3.1)
121121
erubi (~> 1.4)
122122
rails-dom-testing (~> 2.0)
123123
rails-html-sanitizer (~> 1.1, >= 1.2.0)
124-
activejob (7.0.8)
125-
activesupport (= 7.0.8)
124+
activejob (7.0.8.1)
125+
activesupport (= 7.0.8.1)
126126
globalid (>= 0.3.6)
127-
activemodel (7.0.8)
128-
activesupport (= 7.0.8)
129-
activerecord (7.0.8)
130-
activemodel (= 7.0.8)
131-
activesupport (= 7.0.8)
132-
activestorage (7.0.8)
133-
actionpack (= 7.0.8)
134-
activejob (= 7.0.8)
135-
activerecord (= 7.0.8)
136-
activesupport (= 7.0.8)
127+
activemodel (7.0.8.1)
128+
activesupport (= 7.0.8.1)
129+
activerecord (7.0.8.1)
130+
activemodel (= 7.0.8.1)
131+
activesupport (= 7.0.8.1)
132+
activestorage (7.0.8.1)
133+
actionpack (= 7.0.8.1)
134+
activejob (= 7.0.8.1)
135+
activerecord (= 7.0.8.1)
136+
activesupport (= 7.0.8.1)
137137
marcel (~> 1.0)
138138
mini_mime (>= 1.1.0)
139-
activesupport (7.0.8)
139+
activesupport (7.0.8.1)
140140
concurrent-ruby (~> 1.0, >= 1.0.2)
141141
i18n (>= 1.6, < 2)
142142
minitest (>= 5.1)
@@ -203,7 +203,7 @@ GEM
203203
activesupport (>= 4.2.0)
204204
commander (4.6.0)
205205
highline (~> 2.0.0)
206-
concurrent-ruby (1.2.2)
206+
concurrent-ruby (1.2.3)
207207
connection_pool (2.4.1)
208208
content_disposition (1.0.0)
209209
cose (1.3.0)
@@ -219,7 +219,7 @@ GEM
219219
ferrum (~> 0.12.0)
220220
dartsass-rails (0.4.0)
221221
railties (>= 6.0.0)
222-
date (3.3.3)
222+
date (3.3.4)
223223
debug (1.8.0)
224224
irb (>= 1.5.0)
225225
reline (>= 0.3.1)
@@ -256,8 +256,8 @@ GEM
256256
ffi (1.16.3)
257257
figaro (1.2.0)
258258
thor (>= 0.14.0, < 2)
259-
globalid (1.1.0)
260-
activesupport (>= 5.0)
259+
globalid (1.2.1)
260+
activesupport (>= 6.1)
261261
hana (1.3.7)
262262
headless (2.3.1)
263263
highline (2.0.3)
@@ -269,7 +269,7 @@ GEM
269269
http-accept (1.7.0)
270270
http-cookie (1.0.5)
271271
domain_name (~> 0.5)
272-
i18n (1.14.1)
272+
i18n (1.14.4)
273273
concurrent-ruby (~> 1.0)
274274
importmap-rails (1.1.5)
275275
actionpack (>= 6.0.0)
@@ -296,7 +296,7 @@ GEM
296296
listen (3.7.1)
297297
rb-fsevent (~> 0.10, >= 0.10.3)
298298
rb-inotify (~> 0.9, >= 0.9.10)
299-
loofah (2.21.3)
299+
loofah (2.22.0)
300300
crass (~> 1.0.2)
301301
nokogiri (>= 1.12.0)
302302
mail (2.8.1)
@@ -306,7 +306,7 @@ GEM
306306
net-smtp
307307
mailgun-ruby (1.2.5)
308308
rest-client (>= 2.0.2)
309-
marcel (1.0.2)
309+
marcel (1.0.4)
310310
matrix (0.4.2)
311311
mechanize (2.8.5)
312312
addressable (~> 2.8)
@@ -325,7 +325,7 @@ GEM
325325
mime-types-data (~> 3.2015)
326326
mime-types-data (3.2022.0105)
327327
mini_mime (1.1.5)
328-
minitest (5.19.0)
328+
minitest (5.22.3)
329329
minitest-hooks (1.5.0)
330330
minitest (> 5.3)
331331
msgpack (1.5.6)
@@ -334,22 +334,22 @@ GEM
334334
net-http-digest_auth (1.4.1)
335335
net-http-persistent (4.0.2)
336336
connection_pool (~> 2.2)
337-
net-imap (0.4.1)
337+
net-imap (0.4.10)
338338
date
339339
net-protocol
340340
net-pop (0.1.2)
341341
net-protocol
342-
net-protocol (0.2.1)
342+
net-protocol (0.2.2)
343343
timeout
344-
net-smtp (0.4.0)
344+
net-smtp (0.4.0.1)
345345
net-protocol
346346
netrc (0.11.0)
347-
nio4r (2.5.9)
348-
nokogiri (1.15.4-arm64-darwin)
347+
nio4r (2.7.0)
348+
nokogiri (1.16.3-arm64-darwin)
349349
racc (~> 1.4)
350-
nokogiri (1.15.4-x86_64-darwin)
350+
nokogiri (1.16.3-x86_64-darwin)
351351
racc (~> 1.4)
352-
nokogiri (1.15.4-x86_64-linux)
352+
nokogiri (1.16.3-x86_64-linux)
353353
racc (~> 1.4)
354354
oauth (0.5.14)
355355
oj (3.16.1)
@@ -391,26 +391,26 @@ GEM
391391
public_suffix (5.0.3)
392392
puma (5.6.7)
393393
nio4r (~> 2.0)
394-
racc (1.7.1)
395-
rack (2.2.8)
394+
racc (1.7.3)
395+
rack (2.2.8.1)
396396
rack-mini-profiler (2.3.4)
397397
rack (>= 1.2.0)
398398
rack-test (2.1.0)
399399
rack (>= 1.3)
400-
rails (7.0.8)
401-
actioncable (= 7.0.8)
402-
actionmailbox (= 7.0.8)
403-
actionmailer (= 7.0.8)
404-
actionpack (= 7.0.8)
405-
actiontext (= 7.0.8)
406-
actionview (= 7.0.8)
407-
activejob (= 7.0.8)
408-
activemodel (= 7.0.8)
409-
activerecord (= 7.0.8)
410-
activestorage (= 7.0.8)
411-
activesupport (= 7.0.8)
400+
rails (7.0.8.1)
401+
actioncable (= 7.0.8.1)
402+
actionmailbox (= 7.0.8.1)
403+
actionmailer (= 7.0.8.1)
404+
actionpack (= 7.0.8.1)
405+
actiontext (= 7.0.8.1)
406+
actionview (= 7.0.8.1)
407+
activejob (= 7.0.8.1)
408+
activemodel (= 7.0.8.1)
409+
activerecord (= 7.0.8.1)
410+
activestorage (= 7.0.8.1)
411+
activesupport (= 7.0.8.1)
412412
bundler (>= 1.15.0)
413-
railties (= 7.0.8)
413+
railties (= 7.0.8.1)
414414
rails-dom-testing (2.2.0)
415415
activesupport (>= 5.0.0)
416416
minitest
@@ -421,9 +421,9 @@ GEM
421421
rails-settings-cached (2.9.2)
422422
activerecord (>= 5.0.0)
423423
railties (>= 5.0.0)
424-
railties (7.0.8)
425-
actionpack (= 7.0.8)
426-
activesupport (= 7.0.8)
424+
railties (7.0.8.1)
425+
actionpack (= 7.0.8.1)
426+
activesupport (= 7.0.8.1)
427427
method_source
428428
rake (>= 12.2)
429429
thor (~> 1.0)
@@ -599,7 +599,7 @@ GEM
599599
climate_control (>= 0.0.3, < 1.0)
600600
thor (1.2.2)
601601
tilt (2.3.0)
602-
timeout (0.4.0)
602+
timeout (0.4.1)
603603
tmuxinator (3.0.5)
604604
erubis (~> 2.6)
605605
thor (~> 1.2.1)
@@ -649,7 +649,7 @@ GEM
649649
nokogiri (~> 1.8)
650650
yard (0.9.28)
651651
webrick (~> 1.7.0)
652-
zeitwerk (2.6.11)
652+
zeitwerk (2.6.13)
653653

654654
PLATFORMS
655655
arm64-darwin-21

0 commit comments

Comments
 (0)