Skip to content

Commit 5096ae8

Browse files
authored
Merge pull request #4717 from nhsuk/dependabot/bundler/next/rails-8.0.3
Bump rails from 8.0.2.1 to 8.0.3
2 parents df14cff + 94c9994 commit 5096ae8

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
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
55

66
ruby file: ".ruby-version"
7-
gem "rails", "~> 8.0.2"
7+
gem "rails", "~> 8.0.3"
88

99
# Framework gems
1010
gem "bootsnap", require: false

Gemfile.lock

Lines changed: 58 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -18,57 +18,57 @@ GIT
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
actioncable (8.0.2.1)
22-
actionpack (= 8.0.2.1)
23-
activesupport (= 8.0.2.1)
21+
actioncable (8.0.3)
22+
actionpack (= 8.0.3)
23+
activesupport (= 8.0.3)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
2626
zeitwerk (~> 2.6)
27-
actionmailbox (8.0.2.1)
28-
actionpack (= 8.0.2.1)
29-
activejob (= 8.0.2.1)
30-
activerecord (= 8.0.2.1)
31-
activestorage (= 8.0.2.1)
32-
activesupport (= 8.0.2.1)
27+
actionmailbox (8.0.3)
28+
actionpack (= 8.0.3)
29+
activejob (= 8.0.3)
30+
activerecord (= 8.0.3)
31+
activestorage (= 8.0.3)
32+
activesupport (= 8.0.3)
3333
mail (>= 2.8.0)
34-
actionmailer (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
actionview (= 8.0.2.1)
37-
activejob (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actionmailer (8.0.3)
35+
actionpack (= 8.0.3)
36+
actionview (= 8.0.3)
37+
activejob (= 8.0.3)
38+
activesupport (= 8.0.3)
3939
mail (>= 2.8.0)
4040
rails-dom-testing (~> 2.2)
41-
actionpack (8.0.2.1)
42-
actionview (= 8.0.2.1)
43-
activesupport (= 8.0.2.1)
41+
actionpack (8.0.3)
42+
actionview (= 8.0.3)
43+
activesupport (= 8.0.3)
4444
nokogiri (>= 1.8.5)
4545
rack (>= 2.2.4)
4646
rack-session (>= 1.0.1)
4747
rack-test (>= 0.6.3)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
5050
useragent (~> 0.16)
51-
actiontext (8.0.2.1)
52-
actionpack (= 8.0.2.1)
53-
activerecord (= 8.0.2.1)
54-
activestorage (= 8.0.2.1)
55-
activesupport (= 8.0.2.1)
51+
actiontext (8.0.3)
52+
actionpack (= 8.0.3)
53+
activerecord (= 8.0.3)
54+
activestorage (= 8.0.3)
55+
activesupport (= 8.0.3)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (8.0.2.1)
59-
activesupport (= 8.0.2.1)
58+
actionview (8.0.3)
59+
activesupport (= 8.0.3)
6060
builder (~> 3.1)
6161
erubi (~> 1.11)
6262
rails-dom-testing (~> 2.2)
6363
rails-html-sanitizer (~> 1.6)
64-
activejob (8.0.2.1)
65-
activesupport (= 8.0.2.1)
64+
activejob (8.0.3)
65+
activesupport (= 8.0.3)
6666
globalid (>= 0.3.6)
67-
activemodel (8.0.2.1)
68-
activesupport (= 8.0.2.1)
69-
activerecord (8.0.2.1)
70-
activemodel (= 8.0.2.1)
71-
activesupport (= 8.0.2.1)
67+
activemodel (8.0.3)
68+
activesupport (= 8.0.3)
69+
activerecord (8.0.3)
70+
activemodel (= 8.0.3)
71+
activesupport (= 8.0.3)
7272
timeout (>= 0.4.0)
7373
activerecord-import (2.2.0)
7474
activerecord (>= 4.2)
@@ -78,13 +78,13 @@ GEM
7878
cgi (>= 0.3.6)
7979
rack (>= 2.0.8, < 4)
8080
railties (>= 7.0)
81-
activestorage (8.0.2.1)
82-
actionpack (= 8.0.2.1)
83-
activejob (= 8.0.2.1)
84-
activerecord (= 8.0.2.1)
85-
activesupport (= 8.0.2.1)
81+
activestorage (8.0.3)
82+
actionpack (= 8.0.3)
83+
activejob (= 8.0.3)
84+
activerecord (= 8.0.3)
85+
activesupport (= 8.0.3)
8686
marcel (~> 1.0)
87-
activesupport (8.0.2.1)
87+
activesupport (8.0.3)
8888
base64
8989
benchmark (>= 0.3)
9090
bigdecimal
@@ -347,7 +347,7 @@ GEM
347347
net-imap
348348
net-pop
349349
net-smtp
350-
marcel (1.0.4)
350+
marcel (1.1.0)
351351
matrix (0.4.3)
352352
mechanize (2.14.0)
353353
addressable (~> 2.8)
@@ -376,7 +376,7 @@ GEM
376376
net-http-digest_auth (1.4.1)
377377
net-http-persistent (4.0.5)
378378
connection_pool (~> 2.2)
379-
net-imap (0.5.9)
379+
net-imap (0.5.10)
380380
date
381381
net-protocol
382382
net-pop (0.1.2)
@@ -475,20 +475,20 @@ GEM
475475
rack (>= 1.0.0)
476476
rackup (2.2.1)
477477
rack (>= 3)
478-
rails (8.0.2.1)
479-
actioncable (= 8.0.2.1)
480-
actionmailbox (= 8.0.2.1)
481-
actionmailer (= 8.0.2.1)
482-
actionpack (= 8.0.2.1)
483-
actiontext (= 8.0.2.1)
484-
actionview (= 8.0.2.1)
485-
activejob (= 8.0.2.1)
486-
activemodel (= 8.0.2.1)
487-
activerecord (= 8.0.2.1)
488-
activestorage (= 8.0.2.1)
489-
activesupport (= 8.0.2.1)
478+
rails (8.0.3)
479+
actioncable (= 8.0.3)
480+
actionmailbox (= 8.0.3)
481+
actionmailer (= 8.0.3)
482+
actionpack (= 8.0.3)
483+
actiontext (= 8.0.3)
484+
actionview (= 8.0.3)
485+
activejob (= 8.0.3)
486+
activemodel (= 8.0.3)
487+
activerecord (= 8.0.3)
488+
activestorage (= 8.0.3)
489+
activesupport (= 8.0.3)
490490
bundler (>= 1.15.0)
491-
railties (= 8.0.2.1)
491+
railties (= 8.0.3)
492492
rails-dom-testing (2.3.0)
493493
activesupport (>= 5.0.0)
494494
minitest
@@ -500,13 +500,14 @@ GEM
500500
rack
501501
railties (>= 5.1)
502502
semantic_logger (~> 4.16)
503-
railties (8.0.2.1)
504-
actionpack (= 8.0.2.1)
505-
activesupport (= 8.0.2.1)
503+
railties (8.0.3)
504+
actionpack (= 8.0.3)
505+
activesupport (= 8.0.3)
506506
irb (~> 1.13)
507507
rackup (>= 1.0.0)
508508
rake (>= 12.2)
509509
thor (~> 1.0, >= 1.2.2)
510+
tsort (>= 0.2)
510511
zeitwerk (~> 2.6)
511512
rainbow (3.1.1)
512513
rake (13.3.0)
@@ -699,6 +700,7 @@ GEM
699700
thruster (0.1.15-x86_64-linux)
700701
tilt (2.6.1)
701702
timeout (0.4.3)
703+
tsort (0.2.0)
702704
turbo-rails (2.0.16)
703705
actionpack (>= 7.1.0)
704706
railties (>= 7.1.0)
@@ -820,7 +822,7 @@ DEPENDENCIES
820822
puma
821823
pundit
822824
rack_session_access
823-
rails (~> 8.0.2)
825+
rails (~> 8.0.3)
824826
rails_semantic_logger
825827
rainbow
826828
rladr

0 commit comments

Comments
 (0)