Skip to content

Commit

Permalink
PP-13122 Use latest version of tech-docs-gem
Browse files Browse the repository at this point in the history
With the following fixes[1]:
- Disable focus outline on navigation link
- Warning text extension fix for govuk-frontend v5.7.1

Further information in Jira[2].

[1]
alphagov/tech-docs-gem#380

[2]
https://payments-platform.atlassian.net/browse/PP-13122
  • Loading branch information
marcotranchino committed Nov 14, 2024
1 parent 73a17ae commit faff773
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'govuk_tech_docs', '~> 4.1.0'
gem 'govuk_tech_docs', '~> 4.1.1'
gem "haml", "~> 6.0"
gem 'html-proofer'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.8.5)
activesupport (7.0.8.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -47,10 +47,10 @@ GEM
fast_blank (1.0.1)
fastimage (2.3.1)
ffi (1.15.5)
google-protobuf (4.28.2)
google-protobuf (4.28.3)
bigdecimal
rake (>= 13)
govuk_tech_docs (4.1.0)
govuk_tech_docs (4.1.1)
autoprefixer-rails (~> 10.2)
base64
bigdecimal
Expand Down Expand Up @@ -178,7 +178,7 @@ GEM
rexml (3.3.9)
rouge (3.30.0)
sass (3.4.25)
sass-embedded (1.80.3)
sass-embedded (1.80.7)
google-protobuf (~> 4.28)
rake (>= 13)
sassc (2.4.0)
Expand All @@ -202,14 +202,14 @@ GEM
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.8.2)
webrick (1.9.0)
yell (2.2.2)

PLATFORMS
ruby

DEPENDENCIES
govuk_tech_docs (~> 4.1.0)
govuk_tech_docs (~> 4.1.1)
haml (~> 6.0)
html-proofer

Expand Down

0 comments on commit faff773

Please sign in to comment.