Skip to content

Commit e0b976f

Browse files
Update dependency rails to v8.0.3
1 parent 955cbe2 commit e0b976f

File tree

1 file changed

+59
-57
lines changed

1 file changed

+59
-57
lines changed

Gemfile.lock

Lines changed: 59 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
actioncable (8.0.3)
5+
actionpack (= 8.0.3)
6+
activesupport (= 8.0.3)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
10+
actionmailbox (8.0.3)
11+
actionpack (= 8.0.3)
12+
activejob (= 8.0.3)
13+
activerecord (= 8.0.3)
14+
activestorage (= 8.0.3)
15+
activesupport (= 8.0.3)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
17+
actionmailer (8.0.3)
18+
actionpack (= 8.0.3)
19+
actionview (= 8.0.3)
20+
activejob (= 8.0.3)
21+
activesupport (= 8.0.3)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.3)
25+
actionview (= 8.0.3)
26+
activesupport (= 8.0.3)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actiontext (8.0.3)
35+
actionpack (= 8.0.3)
36+
activerecord (= 8.0.3)
37+
activestorage (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.3)
42+
activesupport (= 8.0.3)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.3)
48+
activesupport (= 8.0.3)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
50+
activemodel (8.0.3)
51+
activesupport (= 8.0.3)
52+
activerecord (8.0.3)
53+
activemodel (= 8.0.3)
54+
activesupport (= 8.0.3)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
56+
activestorage (8.0.3)
57+
actionpack (= 8.0.3)
58+
activejob (= 8.0.3)
59+
activerecord (= 8.0.3)
60+
activesupport (= 8.0.3)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
62+
activesupport (8.0.3)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -195,7 +195,7 @@ GEM
195195
libv8-node (~> 24.1.0.0)
196196
minitest (5.25.5)
197197
msgpack (1.8.0)
198-
net-imap (0.5.9)
198+
net-imap (0.5.10)
199199
date
200200
net-protocol
201201
net-pop (0.1.2)
@@ -205,11 +205,11 @@ GEM
205205
net-smtp (0.5.1)
206206
net-protocol
207207
nio4r (2.7.4)
208-
nokogiri (1.18.9-arm64-darwin)
208+
nokogiri (1.18.10-arm64-darwin)
209209
racc (~> 1.4)
210-
nokogiri (1.18.9-x86_64-darwin)
210+
nokogiri (1.18.10-x86_64-darwin)
211211
racc (~> 1.4)
212-
nokogiri (1.18.9-x86_64-linux-gnu)
212+
nokogiri (1.18.10-x86_64-linux-gnu)
213213
racc (~> 1.4)
214214
parallel (1.27.0)
215215
parser (3.3.9.0)
@@ -243,20 +243,20 @@ GEM
243243
rack (>= 1.3)
244244
rackup (2.2.1)
245245
rack (>= 3)
246-
rails (8.0.2.1)
247-
actioncable (= 8.0.2.1)
248-
actionmailbox (= 8.0.2.1)
249-
actionmailer (= 8.0.2.1)
250-
actionpack (= 8.0.2.1)
251-
actiontext (= 8.0.2.1)
252-
actionview (= 8.0.2.1)
253-
activejob (= 8.0.2.1)
254-
activemodel (= 8.0.2.1)
255-
activerecord (= 8.0.2.1)
256-
activestorage (= 8.0.2.1)
257-
activesupport (= 8.0.2.1)
246+
rails (8.0.3)
247+
actioncable (= 8.0.3)
248+
actionmailbox (= 8.0.3)
249+
actionmailer (= 8.0.3)
250+
actionpack (= 8.0.3)
251+
actiontext (= 8.0.3)
252+
actionview (= 8.0.3)
253+
activejob (= 8.0.3)
254+
activemodel (= 8.0.3)
255+
activerecord (= 8.0.3)
256+
activestorage (= 8.0.3)
257+
activesupport (= 8.0.3)
258258
bundler (>= 1.15.0)
259-
railties (= 8.0.2.1)
259+
railties (= 8.0.3)
260260
rails-dom-testing (2.3.0)
261261
activesupport (>= 5.0.0)
262262
minitest
@@ -265,13 +265,14 @@ GEM
265265
loofah (~> 2.21)
266266
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)
267267
rails_layout (1.0.42)
268-
railties (8.0.2.1)
269-
actionpack (= 8.0.2.1)
270-
activesupport (= 8.0.2.1)
268+
railties (8.0.3)
269+
actionpack (= 8.0.3)
270+
activesupport (= 8.0.3)
271271
irb (~> 1.13)
272272
rackup (>= 1.0.0)
273273
rake (>= 12.2)
274274
thor (~> 1.0, >= 1.2.2)
275+
tsort (>= 0.2)
275276
zeitwerk (~> 2.6)
276277
rainbow (3.1.1)
277278
rake (13.3.0)
@@ -375,6 +376,7 @@ GEM
375376
thor (1.3.2)
376377
tilt (2.6.0)
377378
timeout (0.4.3)
379+
tsort (0.2.0)
378380
turbolinks (5.2.1)
379381
turbolinks-source (~> 5.2)
380382
turbolinks-source (5.2.0)

0 commit comments

Comments
 (0)