Skip to content

Commit 8ccfc39

Browse files
authored
Merge pull request #4159 from nhsuk/next
Version 2.13
2 parents de3864d + 295338b commit 8ccfc39

File tree

265 files changed

+3766
-2352
lines changed

Some content is hidden

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

265 files changed

+3766
-2352
lines changed

Gemfile.lock

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -113,34 +113,35 @@ GEM
113113
ast (2.4.3)
114114
attr_required (1.0.2)
115115
aws-eventstream (1.4.0)
116-
aws-partitions (1.1135.0)
117-
aws-sdk-accessanalyzer (1.74.0)
118-
aws-sdk-core (~> 3, >= 3.227.0)
116+
aws-partitions (1.1140.0)
117+
aws-sdk-accessanalyzer (1.75.0)
118+
aws-sdk-core (~> 3, >= 3.228.0)
119119
aws-sigv4 (~> 1.5)
120-
aws-sdk-core (3.227.0)
120+
aws-sdk-core (3.228.0)
121121
aws-eventstream (~> 1, >= 1.3.0)
122122
aws-partitions (~> 1, >= 1.992.0)
123123
aws-sigv4 (~> 1.9)
124124
base64
125+
bigdecimal
125126
jmespath (~> 1, >= 1.6.1)
126127
logger
127-
aws-sdk-ec2 (1.542.0)
128-
aws-sdk-core (~> 3, >= 3.227.0)
128+
aws-sdk-ec2 (1.544.0)
129+
aws-sdk-core (~> 3, >= 3.228.0)
129130
aws-sigv4 (~> 1.5)
130-
aws-sdk-ecr (1.106.0)
131-
aws-sdk-core (~> 3, >= 3.227.0)
131+
aws-sdk-ecr (1.107.0)
132+
aws-sdk-core (~> 3, >= 3.228.0)
132133
aws-sigv4 (~> 1.5)
133-
aws-sdk-iam (1.125.0)
134-
aws-sdk-core (~> 3, >= 3.227.0)
134+
aws-sdk-iam (1.126.0)
135+
aws-sdk-core (~> 3, >= 3.228.0)
135136
aws-sigv4 (~> 1.5)
136-
aws-sdk-kms (1.107.0)
137-
aws-sdk-core (~> 3, >= 3.227.0)
137+
aws-sdk-kms (1.109.0)
138+
aws-sdk-core (~> 3, >= 3.228.0)
138139
aws-sigv4 (~> 1.5)
139-
aws-sdk-rds (1.284.0)
140-
aws-sdk-core (~> 3, >= 3.227.0)
140+
aws-sdk-rds (1.285.0)
141+
aws-sdk-core (~> 3, >= 3.228.0)
141142
aws-sigv4 (~> 1.5)
142-
aws-sdk-s3 (1.194.0)
143-
aws-sdk-core (~> 3, >= 3.227.0)
143+
aws-sdk-s3 (1.195.0)
144+
aws-sdk-core (~> 3, >= 3.228.0)
144145
aws-sdk-kms (~> 1)
145146
aws-sigv4 (~> 1.5)
146147
aws-sigv4 (1.12.1)
@@ -252,14 +253,14 @@ GEM
252253
date_time_precision (>= 0.8)
253254
mime-types (>= 3.0)
254255
nokogiri (>= 1.11.4)
255-
flipper (1.3.5)
256+
flipper (1.3.6)
256257
concurrent-ruby (< 2)
257-
flipper-active_record (1.3.5)
258+
flipper-active_record (1.3.6)
258259
activerecord (>= 4.2, < 9)
259-
flipper (~> 1.3.5)
260-
flipper-ui (1.3.5)
260+
flipper (~> 1.3.6)
261+
flipper-ui (1.3.6)
261262
erubi (>= 1.0.0, < 2.0.0)
262-
flipper (~> 1.3.5)
263+
flipper (~> 1.3.6)
263264
rack (>= 1.4, < 4)
264265
rack-protection (>= 1.5.3, < 5.0.0)
265266
rack-session (>= 1.0.2, < 3.0.0)
@@ -449,13 +450,13 @@ GEM
449450
date
450451
stringio
451452
public_suffix (6.0.2)
452-
puma (6.6.0)
453+
puma (6.6.1)
453454
nio4r (~> 2.0)
454455
pundit (2.5.0)
455456
activesupport (>= 3.0.0)
456457
raabro (1.4.0)
457458
racc (1.8.1)
458-
rack (3.1.16)
459+
rack (3.2.0)
459460
rack-oauth2 (2.2.1)
460461
activesupport
461462
attr_required
@@ -719,6 +720,7 @@ GEM
719720
zeitwerk (2.7.3)
720721

721722
PLATFORMS
723+
arm64-darwin-22
722724
arm64-darwin-23
723725
arm64-darwin-24
724726
x86_64-linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ See the [releasing documentation](docs/releasing.md) for more information.
339339

340340
- `access_log:for_patient[id]`
341341
- `access_log:for_user[id]`
342-
- `teams:create[ods_code,name,email,phone]`
342+
- `subteams:create[ods_code,name,email,phone]`
343343
- `users:create[email,password,given_name,family_name,organisation_ods_code]`
344344
- `vaccines:seed[type]`
345345

app/assets/images/.keep

Whitespace-only changes.
1.66 KB
Loading
1.69 KB
Loading
4.42 KB
Loading
7.65 KB
Loading

app/assets/images/favicon.ico

14.7 KB
Binary file not shown.

app/assets/images/favicon.svg

Lines changed: 4 additions & 0 deletions
Loading

app/assets/images/icon-mask.svg

Lines changed: 3 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)