Skip to content

Commit d33d0a0

Browse files
authored
Merge pull request #4293 from nhsuk/next
Version 2.18
2 parents 30a0b57 + d638fcf commit d33d0a0

File tree

130 files changed

+10032
-1016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

130 files changed

+10032
-1016
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ USER 1000:1000
8080
# Entrypoint prepares the database.
8181
ENTRYPOINT ["/rails/bin/docker-entrypoint"]
8282

83-
VOLUME ["/rails/tmp", "rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
83+
VOLUME ["/rails/db/data", "/rails/tmp", "/rails/log", "/tmp", "/var/log", "/var/lib/amazon/ssm"]
8484

8585
# Start web server by default, this can be overwritten by environment variable
8686
EXPOSE 4000

Gemfile.lock

Lines changed: 57 additions & 57 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)
22-
actionpack (= 8.0.2)
23-
activesupport (= 8.0.2)
21+
actioncable (8.0.2.1)
22+
actionpack (= 8.0.2.1)
23+
activesupport (= 8.0.2.1)
2424
nio4r (~> 2.0)
2525
websocket-driver (>= 0.6.1)
2626
zeitwerk (~> 2.6)
27-
actionmailbox (8.0.2)
28-
actionpack (= 8.0.2)
29-
activejob (= 8.0.2)
30-
activerecord (= 8.0.2)
31-
activestorage (= 8.0.2)
32-
activesupport (= 8.0.2)
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)
3333
mail (>= 2.8.0)
34-
actionmailer (8.0.2)
35-
actionpack (= 8.0.2)
36-
actionview (= 8.0.2)
37-
activejob (= 8.0.2)
38-
activesupport (= 8.0.2)
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)
3939
mail (>= 2.8.0)
4040
rails-dom-testing (~> 2.2)
41-
actionpack (8.0.2)
42-
actionview (= 8.0.2)
43-
activesupport (= 8.0.2)
41+
actionpack (8.0.2.1)
42+
actionview (= 8.0.2.1)
43+
activesupport (= 8.0.2.1)
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)
52-
actionpack (= 8.0.2)
53-
activerecord (= 8.0.2)
54-
activestorage (= 8.0.2)
55-
activesupport (= 8.0.2)
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)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (8.0.2)
59-
activesupport (= 8.0.2)
58+
actionview (8.0.2.1)
59+
activesupport (= 8.0.2.1)
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)
65-
activesupport (= 8.0.2)
64+
activejob (8.0.2.1)
65+
activesupport (= 8.0.2.1)
6666
globalid (>= 0.3.6)
67-
activemodel (8.0.2)
68-
activesupport (= 8.0.2)
69-
activerecord (8.0.2)
70-
activemodel (= 8.0.2)
71-
activesupport (= 8.0.2)
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)
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)
82-
actionpack (= 8.0.2)
83-
activejob (= 8.0.2)
84-
activerecord (= 8.0.2)
85-
activesupport (= 8.0.2)
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)
8686
marcel (~> 1.0)
87-
activesupport (8.0.2)
87+
activesupport (8.0.2.1)
8888
base64
8989
benchmark (>= 0.3)
9090
bigdecimal
@@ -113,7 +113,7 @@ GEM
113113
ast (2.4.3)
114114
attr_required (1.0.2)
115115
aws-eventstream (1.4.0)
116-
aws-partitions (1.1146.0)
116+
aws-partitions (1.1147.0)
117117
aws-sdk-accessanalyzer (1.76.0)
118118
aws-sdk-core (~> 3, >= 3.228.0)
119119
aws-sigv4 (~> 1.5)
@@ -125,7 +125,7 @@ GEM
125125
bigdecimal
126126
jmespath (~> 1, >= 1.6.1)
127127
logger
128-
aws-sdk-ec2 (1.548.0)
128+
aws-sdk-ec2 (1.549.0)
129129
aws-sdk-core (~> 3, >= 3.228.0)
130130
aws-sigv4 (~> 1.5)
131131
aws-sdk-ecr (1.108.0)
@@ -381,7 +381,7 @@ GEM
381381
net-http-digest_auth (1.4.1)
382382
net-http-persistent (4.0.5)
383383
connection_pool (~> 2.2)
384-
net-imap (0.5.7)
384+
net-imap (0.5.9)
385385
date
386386
net-protocol
387387
net-pop (0.1.2)
@@ -425,7 +425,7 @@ GEM
425425
webfinger (~> 2.0)
426426
orm_adapter (0.5.0)
427427
ostruct (0.6.2)
428-
pagy (9.3.5)
428+
pagy (9.4.0)
429429
paint (2.3.0)
430430
parallel (1.27.0)
431431
parser (3.3.9.0)
@@ -477,20 +477,20 @@ GEM
477477
rack (>= 1.3)
478478
rackup (2.2.1)
479479
rack (>= 3)
480-
rails (8.0.2)
481-
actioncable (= 8.0.2)
482-
actionmailbox (= 8.0.2)
483-
actionmailer (= 8.0.2)
484-
actionpack (= 8.0.2)
485-
actiontext (= 8.0.2)
486-
actionview (= 8.0.2)
487-
activejob (= 8.0.2)
488-
activemodel (= 8.0.2)
489-
activerecord (= 8.0.2)
490-
activestorage (= 8.0.2)
491-
activesupport (= 8.0.2)
480+
rails (8.0.2.1)
481+
actioncable (= 8.0.2.1)
482+
actionmailbox (= 8.0.2.1)
483+
actionmailer (= 8.0.2.1)
484+
actionpack (= 8.0.2.1)
485+
actiontext (= 8.0.2.1)
486+
actionview (= 8.0.2.1)
487+
activejob (= 8.0.2.1)
488+
activemodel (= 8.0.2.1)
489+
activerecord (= 8.0.2.1)
490+
activestorage (= 8.0.2.1)
491+
activesupport (= 8.0.2.1)
492492
bundler (>= 1.15.0)
493-
railties (= 8.0.2)
493+
railties (= 8.0.2.1)
494494
rails-dom-testing (2.3.0)
495495
activesupport (>= 5.0.0)
496496
minitest
@@ -502,9 +502,9 @@ GEM
502502
rack
503503
railties (>= 5.1)
504504
semantic_logger (~> 4.16)
505-
railties (8.0.2)
506-
actionpack (= 8.0.2)
507-
activesupport (= 8.0.2)
505+
railties (8.0.2.1)
506+
actionpack (= 8.0.2.1)
507+
activesupport (= 8.0.2.1)
508508
irb (~> 1.13)
509509
rackup (>= 1.0.0)
510510
rake (>= 12.2)

0 commit comments

Comments
 (0)