From 92b9d45c05b90597bcc3148f59f5d1ac101c861a Mon Sep 17 00:00:00 2001 From: Eleanor Mollett Date: Fri, 19 Jul 2024 10:52:21 +0100 Subject: [PATCH] Update ruby version to 3.3.4 --- Gemfile | 2 +- Gemfile.lock | 4 +--- assets/sass/application.scss | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d1b01764..fcbea2a4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -ruby "3.3.2" +ruby "3.3.4" source "https://rubygems.org" diff --git a/Gemfile.lock b/Gemfile.lock index cb89deaf..d78db108 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,6 @@ GEM rake (13.2.1) regexp_parser (2.9.2) rexml (3.2.8) - strscan (>= 3.0.9) rspec (3.13.0) rspec-core (~> 3.13.0) rspec-expectations (~> 3.13.0) @@ -186,7 +185,6 @@ GEM snaky_hash (2.0.1) hashie version_gem (~> 1.1, >= 1.1.1) - strscan (3.1.0) tilt (2.3.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -239,7 +237,7 @@ DEPENDENCIES zeitwerk (~> 2.6.15) RUBY VERSION - ruby 3.3.2p78 + ruby 3.3.4p94 BUNDLED WITH 2.3.22 diff --git a/assets/sass/application.scss b/assets/sass/application.scss index 31f0bb61..91fd8fc3 100644 --- a/assets/sass/application.scss +++ b/assets/sass/application.scss @@ -1,5 +1,6 @@ $govuk-global-styles: true; $govuk-assets-path: ''; +$govuk-new-typography-scale: true; @import "./node_modules/govuk-frontend/dist/govuk/all"; @import "./assets/components/ac-certs";