From 89ce5449f28d65ad5f7277789a041998afffac78 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Fri, 25 Oct 2019 15:41:18 +0100 Subject: [PATCH 1/2] Update ruby version to 2.6.3 This is consistent with the other technical guidance --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index aedc15b..ec1cf33 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.5.3 +2.6.3 From 93ddc849a304d0f02d8dd3b813547284ac6744ec Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Fri, 25 Oct 2019 15:41:33 +0100 Subject: [PATCH 2/2] Update govuk_tech_docs to version 2.0.7 This includes many accessibility fixes and improvements --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 350353c..97e1939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -44,7 +44,7 @@ GEM fast_blank (1.0.0) fastimage (2.1.7) ffi (1.11.1) - govuk_tech_docs (2.0.5) + govuk_tech_docs (2.0.7) activesupport chronic (~> 0.10.2) middleman (~> 4.0) @@ -131,7 +131,7 @@ GEM rouge (~> 2.0) mini_portile2 (2.4.0) minitest (5.12.2) - multi_json (1.13.1) + multi_json (1.14.1) nokogiri (1.10.4) mini_portile2 (~> 2.4.0) openapi3_parser (0.5.2) @@ -150,7 +150,7 @@ GEM rack (2.0.7) rack-livereload (0.3.17) rack - rake (12.3.3) + rake (13.0.0) rb-fsevent (0.10.3) rb-inotify (0.10.0) ffi (~> 1.0)