diff --git a/Gemfile.lock b/Gemfile.lock index 38fa50a35..696ce175d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM govuk_personalisation (0.16.0) plek (>= 1.9.0) rails (>= 6, < 8) - govuk_publishing_components (37.9.1) + govuk_publishing_components (38.1.0) govuk_app_config govuk_personalisation (>= 0.7.0) kramdown @@ -578,7 +578,7 @@ GEM redis-namespace (1.11.0) redis (>= 4) regexp_parser (2.9.0) - reline (0.5.1) + reline (0.5.2) io-console (~> 0.5) request_store (1.6.0) rack (>= 1.4) @@ -659,9 +659,9 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sentry-rails (5.17.2) + sentry-rails (5.17.3) railties (>= 5.0) - sentry-ruby (~> 5.17.2) + sentry-ruby (~> 5.17.3) sentry-ruby (5.17.3) bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb index e44e03ee6..8fddc53cd 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