Skip to content

Commit d0eeaa2

Browse files
authored
Merge pull request #323 from alphagov/dependabot/bundler/govuk_publishing_components-gte-35.1-and-lt-39.1.1
Update govuk_publishing_components requirement from >= 35.1, < 38.4.2 to >= 35.1, < 39.1.1
2 parents 57fca25 + be27793 commit d0eeaa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

govspeak.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library for use in the UK Government Single Domain project'
3131

3232
s.add_dependency "actionview", ">= 6"
3333
s.add_dependency "addressable", ">= 2.3.8", "< 3"
34-
s.add_dependency "govuk_publishing_components", ">= 35.1", "< 38.4.2"
34+
s.add_dependency "govuk_publishing_components", ">= 35.1", "< 39.1.1"
3535
s.add_dependency "htmlentities", "~> 4"
3636
s.add_dependency "i18n", ">= 0.7"
3737
s.add_dependency "kramdown", ">= 2.3.1"

test/govspeak_button_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class GovspeakTest < Minitest::Test
118118
" do
119119
assert_text_output "Start now JSA"
120120
assert_html_output %(
121-
<p><a class="gem-c-button govuk-button govuk-button--start" role="button" data-module="govuk-button" data-ga4-attributes='{"type":"start button"}' draggable="false" href="https://www.apply-for-new-style-jsa.dwp.gov.uk/?lang=cy"><span> Start now <abbr title="Jobseeker's Allowance">JSA</abbr></span><svg class="govuk-button__start-icon govuk-!-display-none-print" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewbox="0 0 33 40" focusable="false" aria-hidden="true"><path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path></svg></a></p>
121+
<p><a class="gem-c-button govuk-button govuk-button--start" role="button" data-module="govuk-button" data-ga4-attributes='{"event_name":"navigation","type":"start button"}' draggable="false" href="https://www.apply-for-new-style-jsa.dwp.gov.uk/?lang=cy"><span> Start now <abbr title="Jobseeker's Allowance">JSA</abbr></span><svg class="govuk-button__start-icon govuk-!-display-none-print" xmlns="http://www.w3.org/2000/svg" width="17.5" height="19" viewbox="0 0 33 40" focusable="false" aria-hidden="true"><path fill="currentColor" d="M0 0h13l20 20-20 20H0l20-20z"></path></svg></a></p>
122122
)
123123
end
124124
end

0 commit comments

Comments
 (0)