Skip to content

Commit 6b6f33d

Browse files
Bump rails from 8.0.2.1 to 8.0.3
Bumps [rails](https://github.com/rails/rails) from 8.0.2.1 to 8.0.3. - [Release notes](https://github.com/rails/rails/releases) - [Commits](rails/rails@v8.0.2.1...v8.0.3) --- updated-dependencies: - dependency-name: rails dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 547fe47 commit 6b6f33d

File tree

2 files changed

+75
-72
lines changed

2 files changed

+75
-72
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.0.2"
4+
gem "rails", "~> 8.0.3"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
gem "pg"

Gemfile.lock

Lines changed: 74 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -13,65 +13,65 @@ GIT
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (8.0.2.1)
17-
actionpack (= 8.0.2.1)
18-
activesupport (= 8.0.2.1)
16+
actioncable (8.0.3)
17+
actionpack (= 8.0.3)
18+
activesupport (= 8.0.3)
1919
nio4r (~> 2.0)
2020
websocket-driver (>= 0.6.1)
2121
zeitwerk (~> 2.6)
22-
actionmailbox (8.0.2.1)
23-
actionpack (= 8.0.2.1)
24-
activejob (= 8.0.2.1)
25-
activerecord (= 8.0.2.1)
26-
activestorage (= 8.0.2.1)
27-
activesupport (= 8.0.2.1)
22+
actionmailbox (8.0.3)
23+
actionpack (= 8.0.3)
24+
activejob (= 8.0.3)
25+
activerecord (= 8.0.3)
26+
activestorage (= 8.0.3)
27+
activesupport (= 8.0.3)
2828
mail (>= 2.8.0)
29-
actionmailer (8.0.2.1)
30-
actionpack (= 8.0.2.1)
31-
actionview (= 8.0.2.1)
32-
activejob (= 8.0.2.1)
33-
activesupport (= 8.0.2.1)
29+
actionmailer (8.0.3)
30+
actionpack (= 8.0.3)
31+
actionview (= 8.0.3)
32+
activejob (= 8.0.3)
33+
activesupport (= 8.0.3)
3434
mail (>= 2.8.0)
3535
rails-dom-testing (~> 2.2)
36-
actionpack (8.0.2.1)
37-
actionview (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
36+
actionpack (8.0.3)
37+
actionview (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
nokogiri (>= 1.8.5)
4040
rack (>= 2.2.4)
4141
rack-session (>= 1.0.1)
4242
rack-test (>= 0.6.3)
4343
rails-dom-testing (~> 2.2)
4444
rails-html-sanitizer (~> 1.6)
4545
useragent (~> 0.16)
46-
actiontext (8.0.2.1)
47-
actionpack (= 8.0.2.1)
48-
activerecord (= 8.0.2.1)
49-
activestorage (= 8.0.2.1)
50-
activesupport (= 8.0.2.1)
46+
actiontext (8.0.3)
47+
actionpack (= 8.0.3)
48+
activerecord (= 8.0.3)
49+
activestorage (= 8.0.3)
50+
activesupport (= 8.0.3)
5151
globalid (>= 0.6.0)
5252
nokogiri (>= 1.8.5)
53-
actionview (8.0.2.1)
54-
activesupport (= 8.0.2.1)
53+
actionview (8.0.3)
54+
activesupport (= 8.0.3)
5555
builder (~> 3.1)
5656
erubi (~> 1.11)
5757
rails-dom-testing (~> 2.2)
5858
rails-html-sanitizer (~> 1.6)
59-
activejob (8.0.2.1)
60-
activesupport (= 8.0.2.1)
59+
activejob (8.0.3)
60+
activesupport (= 8.0.3)
6161
globalid (>= 0.3.6)
62-
activemodel (8.0.2.1)
63-
activesupport (= 8.0.2.1)
64-
activerecord (8.0.2.1)
65-
activemodel (= 8.0.2.1)
66-
activesupport (= 8.0.2.1)
62+
activemodel (8.0.3)
63+
activesupport (= 8.0.3)
64+
activerecord (8.0.3)
65+
activemodel (= 8.0.3)
66+
activesupport (= 8.0.3)
6767
timeout (>= 0.4.0)
68-
activestorage (8.0.2.1)
69-
actionpack (= 8.0.2.1)
70-
activejob (= 8.0.2.1)
71-
activerecord (= 8.0.2.1)
72-
activesupport (= 8.0.2.1)
68+
activestorage (8.0.3)
69+
actionpack (= 8.0.3)
70+
activejob (= 8.0.3)
71+
activerecord (= 8.0.3)
72+
activesupport (= 8.0.3)
7373
marcel (~> 1.0)
74-
activesupport (8.0.2.1)
74+
activesupport (8.0.3)
7575
base64
7676
benchmark (>= 0.3)
7777
bigdecimal
@@ -116,7 +116,7 @@ GEM
116116
base64 (0.3.0)
117117
bcrypt (3.1.20)
118118
benchmark (0.4.1)
119-
bigdecimal (3.2.3)
119+
bigdecimal (3.3.1)
120120
bindex (0.8.1)
121121
bootsnap (1.18.6)
122122
msgpack (~> 1.2)
@@ -166,7 +166,7 @@ GEM
166166
diff-lcs (1.6.2)
167167
dotenv (3.1.8)
168168
drb (2.2.3)
169-
erb (5.0.2)
169+
erb (5.1.1)
170170
erubi (1.13.1)
171171
execjs (2.10.0)
172172
factory_bot (6.5.5)
@@ -190,7 +190,7 @@ GEM
190190
ffi (1.17.2-x86_64-darwin)
191191
ffi (1.17.2-x86_64-linux-gnu)
192192
ffi (1.17.2-x86_64-linux-musl)
193-
globalid (1.2.1)
193+
globalid (1.3.0)
194194
activesupport (>= 6.1)
195195
google-protobuf (4.31.1)
196196
bigdecimal
@@ -251,18 +251,18 @@ GEM
251251
faraday (~> 2.1)
252252
faraday-multipart (~> 1.1.0)
253253
mini_mime
254-
marcel (1.0.4)
254+
marcel (1.1.0)
255255
matrix (0.4.3)
256256
method_source (1.1.0)
257257
mini_mime (1.1.5)
258-
minitest (5.25.5)
258+
minitest (5.26.0)
259259
msgpack (1.8.0)
260260
multipart-post (2.4.1)
261261
mustermann (3.0.4)
262262
ruby2_keywords (~> 0.0.1)
263263
net-http (0.6.0)
264264
uri
265-
net-imap (0.5.9)
265+
net-imap (0.5.12)
266266
date
267267
net-protocol
268268
net-pop (0.1.2)
@@ -272,21 +272,21 @@ GEM
272272
net-smtp (0.5.1)
273273
net-protocol
274274
nio4r (2.7.4)
275-
nokogiri (1.18.9-aarch64-linux-gnu)
275+
nokogiri (1.18.10-aarch64-linux-gnu)
276276
racc (~> 1.4)
277-
nokogiri (1.18.9-aarch64-linux-musl)
277+
nokogiri (1.18.10-aarch64-linux-musl)
278278
racc (~> 1.4)
279-
nokogiri (1.18.9-arm-linux-gnu)
279+
nokogiri (1.18.10-arm-linux-gnu)
280280
racc (~> 1.4)
281-
nokogiri (1.18.9-arm-linux-musl)
281+
nokogiri (1.18.10-arm-linux-musl)
282282
racc (~> 1.4)
283-
nokogiri (1.18.9-arm64-darwin)
283+
nokogiri (1.18.10-arm64-darwin)
284284
racc (~> 1.4)
285-
nokogiri (1.18.9-x86_64-darwin)
285+
nokogiri (1.18.10-x86_64-darwin)
286286
racc (~> 1.4)
287-
nokogiri (1.18.9-x86_64-linux-gnu)
287+
nokogiri (1.18.10-x86_64-linux-gnu)
288288
racc (~> 1.4)
289-
nokogiri (1.18.9-x86_64-linux-musl)
289+
nokogiri (1.18.10-x86_64-linux-musl)
290290
racc (~> 1.4)
291291
orm_adapter (0.5.0)
292292
parallel (1.27.0)
@@ -301,7 +301,7 @@ GEM
301301
pg (1.6.2-x86_64-linux)
302302
pg (1.6.2-x86_64-linux-musl)
303303
phony (2.22.5)
304-
pp (0.6.2)
304+
pp (0.6.3)
305305
prettyprint
306306
prettyprint (0.2.0)
307307
prism (1.4.0)
@@ -334,20 +334,20 @@ GEM
334334
rack (>= 1.3)
335335
rackup (2.2.1)
336336
rack (>= 3)
337-
rails (8.0.2.1)
338-
actioncable (= 8.0.2.1)
339-
actionmailbox (= 8.0.2.1)
340-
actionmailer (= 8.0.2.1)
341-
actionpack (= 8.0.2.1)
342-
actiontext (= 8.0.2.1)
343-
actionview (= 8.0.2.1)
344-
activejob (= 8.0.2.1)
345-
activemodel (= 8.0.2.1)
346-
activerecord (= 8.0.2.1)
347-
activestorage (= 8.0.2.1)
348-
activesupport (= 8.0.2.1)
337+
rails (8.0.3)
338+
actioncable (= 8.0.3)
339+
actionmailbox (= 8.0.3)
340+
actionmailer (= 8.0.3)
341+
actionpack (= 8.0.3)
342+
actiontext (= 8.0.3)
343+
actionview (= 8.0.3)
344+
activejob (= 8.0.3)
345+
activemodel (= 8.0.3)
346+
activerecord (= 8.0.3)
347+
activestorage (= 8.0.3)
348+
activesupport (= 8.0.3)
349349
bundler (>= 1.15.0)
350-
railties (= 8.0.2.1)
350+
railties (= 8.0.3)
351351
rails-controller-testing (1.0.5)
352352
actionpack (>= 5.0.1.rc1)
353353
actionview (>= 5.0.1.rc1)
@@ -362,22 +362,24 @@ GEM
362362
rails-i18n (8.0.2)
363363
i18n (>= 0.7, < 2)
364364
railties (>= 8.0.0, < 9)
365-
railties (8.0.2.1)
366-
actionpack (= 8.0.2.1)
367-
activesupport (= 8.0.2.1)
365+
railties (8.0.3)
366+
actionpack (= 8.0.3)
367+
activesupport (= 8.0.3)
368368
irb (~> 1.13)
369369
rackup (>= 1.0.0)
370370
rake (>= 12.2)
371371
thor (~> 1.0, >= 1.2.2)
372+
tsort (>= 0.2)
372373
zeitwerk (~> 2.6)
373374
rainbow (3.1.1)
374375
rake (13.3.0)
375376
rb-fsevent (0.11.2)
376377
rb-inotify (0.11.1)
377378
ffi (~> 1.0)
378-
rdoc (6.14.2)
379+
rdoc (6.15.0)
379380
erb
380381
psych (>= 4.0.0)
382+
tsort
381383
regexp_parser (2.10.0)
382384
reline (0.6.2)
383385
io-console (~> 0.5)
@@ -506,6 +508,7 @@ GEM
506508
thruster (0.1.15-x86_64-linux)
507509
tilt (2.6.1)
508510
timeout (0.4.3)
511+
tsort (0.2.0)
509512
turbo-rails (2.0.16)
510513
actionpack (>= 7.1.0)
511514
railties (>= 7.1.0)
@@ -518,7 +521,7 @@ GEM
518521
unicode-display_width (3.1.4)
519522
unicode-emoji (~> 4.0, >= 4.0.4)
520523
unicode-emoji (4.0.4)
521-
uri (1.0.3)
524+
uri (1.0.4)
522525
useragent (0.16.11)
523526
valid_email2 (7.0.13)
524527
activemodel (>= 6.0)
@@ -578,7 +581,7 @@ DEPENDENCIES
578581
propshaft
579582
pry-byebug
580583
puma (>= 5.0)
581-
rails (~> 8.0.2)
584+
rails (~> 8.0.3)
582585
rails-controller-testing
583586
rails-i18n
584587
rspec-rails

0 commit comments

Comments
 (0)