Commit 2f1ca13 1 parent 5701c74 commit 2f1ca13 Copy full SHA for 2f1ca13
File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 45
45
- uses : actions/checkout@v4
46
46
- uses : ruby/setup-ruby@v1
47
47
with :
48
- ruby-version : 3.1.0
48
+ ruby-version : 3.1
49
49
bundler-cache : true
50
50
working-directory : tech-docs
51
51
- name : Build Docs
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
- ruby "3.1.0"
3
2
4
3
# Include the tech docs gem
5
- gem 'govuk_tech_docs'
4
+ gem 'govuk_tech_docs' , '3.5.0'
Original file line number Diff line number Diff line change 42
42
fast_blank (1.0.1 )
43
43
fastimage (2.2.6 )
44
44
ffi (1.15.5 )
45
- govuk_tech_docs (3.3.1 )
45
+ govuk_tech_docs (3.5.0 )
46
46
autoprefixer-rails (~> 10.2 )
47
47
chronic (~> 0.10.2 )
48
+ haml (< 6.0.0 )
48
49
middleman (~> 4.0 )
49
50
middleman-autoprefixer (~> 2.10.0 )
50
51
middleman-compass (>= 4.0.0 )
125
126
rouge (~> 3.2 )
126
127
minitest (5.18.0 )
127
128
multi_json (1.15.0 )
129
+ nokogiri (1.16.5-arm64-darwin )
130
+ racc (~> 1.4 )
128
131
nokogiri (1.16.5-x86_64-linux )
129
132
racc (~> 1.4 )
130
133
openapi3_parser (0.9.2 )
@@ -168,10 +171,11 @@ GEM
168
171
webrick (1.8.1 )
169
172
170
173
PLATFORMS
174
+ arm64-darwin-23
171
175
x86_64-linux
172
176
173
177
DEPENDENCIES
174
- govuk_tech_docs
178
+ govuk_tech_docs ( = 3.5.0 )
175
179
176
180
BUNDLED WITH
177
181
2.3.26
You can’t perform that action at this time.
0 commit comments