diff --git a/Gemfile.lock b/Gemfile.lock index d8a9fea74..1015700af 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,16 +171,16 @@ GEM generic_form_builder (0.13.1) globalid (1.2.1) activesupport (>= 6.1) - google-protobuf (4.28.2) + google-protobuf (4.28.3) bigdecimal rake (>= 13) - google-protobuf (4.28.2-aarch64-linux) + google-protobuf (4.28.3-aarch64-linux) bigdecimal rake (>= 13) - google-protobuf (4.28.2-arm64-darwin) + google-protobuf (4.28.3-arm64-darwin) bigdecimal rake (>= 13) - google-protobuf (4.28.2-x86_64-linux) + google-protobuf (4.28.3-x86_64-linux) bigdecimal rake (>= 13) googleapis-common-protos-types (1.16.0) @@ -200,7 +200,7 @@ GEM govuk_personalisation (1.0.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (44.4.2) + govuk_publishing_components (44.9.1) chartkick govuk_app_config govuk_personalisation (>= 0.7.0) @@ -293,7 +293,7 @@ GEM net-smtp (0.5.0) net-protocol netrc (0.11.0) - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -347,7 +347,7 @@ GEM opentelemetry-api (~> 1.0) opentelemetry-instrumentation-active_support (~> 0.6) opentelemetry-instrumentation-base (~> 0.22.1) - opentelemetry-instrumentation-active_job (0.7.7) + opentelemetry-instrumentation-active_job (0.7.8) opentelemetry-api (~> 1.0) opentelemetry-instrumentation-base (~> 0.22.1) opentelemetry-instrumentation-active_model_serializers (0.20.2) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index 8fddc53cd..13cf1ca71 100644 --- a/spec/helpers/application_helper_spec.rb +++ b/spec/helpers/application_helper_spec.rb @@ -53,7 +53,7 @@ describe "#render_markdown" do it "converts markdown to html" do text = "This is some **bold** text with a [link](/a-page)" - expected_html = "\n
This is some bold text with a link
\n\nThis is some bold text with a link
\n\n