Skip to content

Commit 61bfbd8

Browse files
build(deps): bump rails from 8.0.2.1 to 8.0.3 (#7683)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e76cbc7 commit 61bfbd8

File tree

2 files changed

+59
-57
lines changed

2 files changed

+59
-57
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source 'https://rubygems.org'
88

99
# Bundler requires these gems in all environments
1010
gem 'puma'
11-
gem 'rails', '~> 8.0.2.1'
11+
gem 'rails', '~> 8.0.3'
1212
gem 'sprockets'
1313
gem 'sprockets-rails'
1414

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -3,72 +3,72 @@ GEM
33
specs:
44
action_policy (0.7.5)
55
ruby-next-core (>= 1.0)
6-
actioncable (8.0.2.1)
7-
actionpack (= 8.0.2.1)
8-
activesupport (= 8.0.2.1)
6+
actioncable (8.0.3)
7+
actionpack (= 8.0.3)
8+
activesupport (= 8.0.3)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.0.2.1)
13-
actionpack (= 8.0.2.1)
14-
activejob (= 8.0.2.1)
15-
activerecord (= 8.0.2.1)
16-
activestorage (= 8.0.2.1)
17-
activesupport (= 8.0.2.1)
12+
actionmailbox (8.0.3)
13+
actionpack (= 8.0.3)
14+
activejob (= 8.0.3)
15+
activerecord (= 8.0.3)
16+
activestorage (= 8.0.3)
17+
activesupport (= 8.0.3)
1818
mail (>= 2.8.0)
19-
actionmailer (8.0.2.1)
20-
actionpack (= 8.0.2.1)
21-
actionview (= 8.0.2.1)
22-
activejob (= 8.0.2.1)
23-
activesupport (= 8.0.2.1)
19+
actionmailer (8.0.3)
20+
actionpack (= 8.0.3)
21+
actionview (= 8.0.3)
22+
activejob (= 8.0.3)
23+
activesupport (= 8.0.3)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.0.2.1)
27-
actionview (= 8.0.2.1)
28-
activesupport (= 8.0.2.1)
26+
actionpack (8.0.3)
27+
actionview (= 8.0.3)
28+
activesupport (= 8.0.3)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.0.2.1)
37-
actionpack (= 8.0.2.1)
38-
activerecord (= 8.0.2.1)
39-
activestorage (= 8.0.2.1)
40-
activesupport (= 8.0.2.1)
36+
actiontext (8.0.3)
37+
actionpack (= 8.0.3)
38+
activerecord (= 8.0.3)
39+
activestorage (= 8.0.3)
40+
activesupport (= 8.0.3)
4141
globalid (>= 0.6.0)
4242
nokogiri (>= 1.8.5)
43-
actionview (8.0.2.1)
44-
activesupport (= 8.0.2.1)
43+
actionview (8.0.3)
44+
activesupport (= 8.0.3)
4545
builder (~> 3.1)
4646
erubi (~> 1.11)
4747
rails-dom-testing (~> 2.2)
4848
rails-html-sanitizer (~> 1.6)
49-
activejob (8.0.2.1)
50-
activesupport (= 8.0.2.1)
49+
activejob (8.0.3)
50+
activesupport (= 8.0.3)
5151
globalid (>= 0.3.6)
5252
activejob-status (1.0.1)
5353
activejob (>= 6.0)
5454
activesupport (>= 6.0)
55-
activemodel (8.0.2.1)
56-
activesupport (= 8.0.2.1)
55+
activemodel (8.0.3)
56+
activesupport (= 8.0.3)
5757
activemodel-serializers-xml (1.0.3)
5858
activemodel (>= 5.0.0.a)
5959
activesupport (>= 5.0.0.a)
6060
builder (~> 3.1)
61-
activerecord (8.0.2.1)
62-
activemodel (= 8.0.2.1)
63-
activesupport (= 8.0.2.1)
61+
activerecord (8.0.3)
62+
activemodel (= 8.0.3)
63+
activesupport (= 8.0.3)
6464
timeout (>= 0.4.0)
65-
activestorage (8.0.2.1)
66-
actionpack (= 8.0.2.1)
67-
activejob (= 8.0.2.1)
68-
activerecord (= 8.0.2.1)
69-
activesupport (= 8.0.2.1)
65+
activestorage (8.0.3)
66+
actionpack (= 8.0.3)
67+
activejob (= 8.0.3)
68+
activerecord (= 8.0.3)
69+
activesupport (= 8.0.3)
7070
marcel (~> 1.0)
71-
activesupport (8.0.2.1)
71+
activesupport (8.0.3)
7272
base64
7373
benchmark (>= 0.3)
7474
bigdecimal
@@ -200,7 +200,7 @@ GEM
200200
rspec-core (~> 3.0)
201201
ruby-progressbar (~> 1.4)
202202
glob (0.4.0)
203-
globalid (1.2.1)
203+
globalid (1.3.0)
204204
activesupport (>= 6.1)
205205
hashdiff (1.2.0)
206206
highline (3.1.2)
@@ -261,7 +261,7 @@ GEM
261261
multi_json (1.15.0)
262262
mustermann (3.0.3)
263263
ruby2_keywords (~> 0.0.1)
264-
net-imap (0.5.10)
264+
net-imap (0.5.11)
265265
date
266266
net-protocol
267267
net-pop (0.1.2)
@@ -318,20 +318,20 @@ GEM
318318
rack (>= 1.3)
319319
rackup (2.2.1)
320320
rack (>= 3)
321-
rails (8.0.2.1)
322-
actioncable (= 8.0.2.1)
323-
actionmailbox (= 8.0.2.1)
324-
actionmailer (= 8.0.2.1)
325-
actionpack (= 8.0.2.1)
326-
actiontext (= 8.0.2.1)
327-
actionview (= 8.0.2.1)
328-
activejob (= 8.0.2.1)
329-
activemodel (= 8.0.2.1)
330-
activerecord (= 8.0.2.1)
331-
activestorage (= 8.0.2.1)
332-
activesupport (= 8.0.2.1)
321+
rails (8.0.3)
322+
actioncable (= 8.0.3)
323+
actionmailbox (= 8.0.3)
324+
actionmailer (= 8.0.3)
325+
actionpack (= 8.0.3)
326+
actiontext (= 8.0.3)
327+
actionview (= 8.0.3)
328+
activejob (= 8.0.3)
329+
activemodel (= 8.0.3)
330+
activerecord (= 8.0.3)
331+
activestorage (= 8.0.3)
332+
activesupport (= 8.0.3)
333333
bundler (>= 1.15.0)
334-
railties (= 8.0.2.1)
334+
railties (= 8.0.3)
335335
rails-controller-testing (1.0.5)
336336
actionpack (>= 5.0.1.rc1)
337337
actionview (>= 5.0.1.rc1)
@@ -350,13 +350,14 @@ GEM
350350
browser
351351
railties
352352
redis
353-
railties (8.0.2.1)
354-
actionpack (= 8.0.2.1)
355-
activesupport (= 8.0.2.1)
353+
railties (8.0.3)
354+
actionpack (= 8.0.3)
355+
activesupport (= 8.0.3)
356356
irb (~> 1.13)
357357
rackup (>= 1.0.0)
358358
rake (>= 12.2)
359359
thor (~> 1.0, >= 1.2.2)
360+
tsort (>= 0.2)
360361
zeitwerk (~> 2.6)
361362
rainbow (3.1.1)
362363
raindrops (0.20.0)
@@ -469,6 +470,7 @@ GEM
469470
tilt (2.5.0)
470471
timecop (0.9.10)
471472
timeout (0.4.3)
473+
tsort (0.2.0)
472474
ttfunk (1.8.0)
473475
bigdecimal (~> 3.1)
474476
tzinfo (2.0.6)
@@ -540,7 +542,7 @@ DEPENDENCIES
540542
prawn-qrcode
541543
puma
542544
rack-cors
543-
rails (~> 8.0.2.1)
545+
rails (~> 8.0.3)
544546
rails-controller-testing
545547
rails-html-sanitizer
546548
rails-i18n (~> 8.0.2)

0 commit comments

Comments
 (0)