Skip to content

Commit

Permalink
Merge pull request #2298 from alphagov/dependabot/bundler/govuk_publi…
Browse files Browse the repository at this point in the history
…shing_components-44.9.1

Bump govuk_publishing_components from 44.4.2 to 44.9.1
  • Loading branch information
mtaylorgds authored Oct 31, 2024
2 parents 5d06541 + fe47326 commit a5edad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion spec/helpers/application_helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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<div class=\"gem-c-govspeak govuk-govspeak \" data-module=\"govspeak\">\n <p>This is some <strong>bold</strong> text with a <a href=\"/a-page\">link</a></p>\n\n</div>"
expected_html = "<div data-module=\"govspeak\" class=\"gem-c-govspeak govuk-govspeak govuk-!-margin-bottom-0\">\n <p>This is some <strong>bold</strong> text with a <a href=\"/a-page\">link</a></p>\n\n</div>"

expect(render_markdown(text)).to eq(expected_html)
end
Expand Down

0 comments on commit a5edad0

Please sign in to comment.