Skip to content

Commit 2f1ca13

Browse files
committed
PI-2373: Pin tech docs gem version
1 parent 5701c74 commit 2f1ca13

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/publish-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: actions/checkout@v4
4646
- uses: ruby/setup-ruby@v1
4747
with:
48-
ruby-version: 3.1.0
48+
ruby-version: 3.1
4949
bundler-cache: true
5050
working-directory: tech-docs
5151
- name: Build Docs

tech-docs/Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
source "https://rubygems.org"
2-
ruby "3.1.0"
32

43
# Include the tech docs gem
5-
gem 'govuk_tech_docs'
4+
gem 'govuk_tech_docs', '3.5.0'

tech-docs/Gemfile.lock

+6-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,10 @@ GEM
4242
fast_blank (1.0.1)
4343
fastimage (2.2.6)
4444
ffi (1.15.5)
45-
govuk_tech_docs (3.3.1)
45+
govuk_tech_docs (3.5.0)
4646
autoprefixer-rails (~> 10.2)
4747
chronic (~> 0.10.2)
48+
haml (< 6.0.0)
4849
middleman (~> 4.0)
4950
middleman-autoprefixer (~> 2.10.0)
5051
middleman-compass (>= 4.0.0)
@@ -125,6 +126,8 @@ GEM
125126
rouge (~> 3.2)
126127
minitest (5.18.0)
127128
multi_json (1.15.0)
129+
nokogiri (1.16.5-arm64-darwin)
130+
racc (~> 1.4)
128131
nokogiri (1.16.5-x86_64-linux)
129132
racc (~> 1.4)
130133
openapi3_parser (0.9.2)
@@ -168,10 +171,11 @@ GEM
168171
webrick (1.8.1)
169172

170173
PLATFORMS
174+
arm64-darwin-23
171175
x86_64-linux
172176

173177
DEPENDENCIES
174-
govuk_tech_docs
178+
govuk_tech_docs (= 3.5.0)
175179

176180
BUNDLED WITH
177181
2.3.26

0 commit comments

Comments
 (0)