Skip to content

Commit bfe6ee9

Browse files
test
1 parent cfcf340 commit bfe6ee9

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NHS Notify Supplier API
1+
# NHS Notify Supplier APIs
22

33
[![1. CI/CD pull request](https://github.com/NHSDigital/nhs-notify-supplier-api/actions/workflows/cicd-1-pull-request.yaml/badge.svg)](https://github.com/NHSDigital/nhs-notify-supplier-api/actions/workflows/cicd-1-pull-request.yaml)
44
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=nhs-notify-supplier-api&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=nhs-notify-supplier-api)
@@ -16,7 +16,7 @@ This repository documents the Supplier API specification and provides an SDK wit
1616

1717
## Table of Contents
1818

19-
- [NHS Notify Supplier API](#nhs-notify-supplier-api)
19+
- [NHS Notify Supplier APIs](#nhs-notify-supplier-apis)
2020
- [OAS Specifications](#oas-specifications)
2121
- [Table of Contents](#table-of-contents)
2222
- [API Consumers - Getting Started](#api-consumers---getting-started)

docs/Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,14 @@ GEM
2727
erb (4.0.4)
2828
cgi (>= 0.3.3)
2929
eventmachine (1.2.7)
30+
ffi (1.17.2-aarch64-linux-gnu)
3031
ffi (1.17.2-arm64-darwin)
3132
ffi (1.17.2-x86_64-linux-gnu)
3233
forwardable-extended (2.6.0)
3334
gemoji (4.1.0)
35+
google-protobuf (4.31.1-aarch64-linux-gnu)
36+
bigdecimal
37+
rake (>= 13)
3438
google-protobuf (4.31.1-arm64-darwin)
3539
bigdecimal
3640
rake (>= 13)
@@ -101,6 +105,8 @@ GEM
101105
jekyll-seo-tag (~> 2.1)
102106
minitest (5.24.1)
103107
mutex_m (0.2.0)
108+
nokogiri (1.18.4-aarch64-linux-gnu)
109+
racc (~> 1.4)
104110
nokogiri (1.18.4-arm64-darwin)
105111
racc (~> 1.4)
106112
nokogiri (1.18.4-x86_64-linux-gnu)
@@ -116,6 +122,8 @@ GEM
116122
rexml (3.4.1)
117123
rouge (4.5.2)
118124
safe_yaml (1.0.5)
125+
sass-embedded (1.83.0-aarch64-linux-gnu)
126+
google-protobuf (~> 4.28)
119127
sass-embedded (1.83.0-arm64-darwin)
120128
google-protobuf (~> 4.28)
121129
sass-embedded (1.83.0-x86_64-linux-gnu)
@@ -128,6 +136,7 @@ GEM
128136
webrick (1.8.2)
129137

130138
PLATFORMS
139+
aarch64-linux
131140
arm64-darwin-23
132141
x86_64-linux
133142

0 commit comments

Comments
 (0)