Skip to content

Commit

Permalink
Change Gemfile after new gem version is released
Browse files Browse the repository at this point in the history
  • Loading branch information
baisa committed Jul 23, 2024
1 parent 615046c commit cfb98e6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gem "gds-sso"
gem "govspeak"
gem "govuk_admin_template"
gem "govuk_app_config"
gem "govuk_publishing_components", git: "https://github.com/alphagov/govuk_publishing_components.git", branch: "upgrade-to-govuk-frontend-5.1", ref: "29e8b077cdc6f69493805b67cbbec856dde008ea"
gem "govuk_publishing_components"
gem "govuk_sidekiq"
gem "has_scope"
gem "html2text"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ GEM
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-active_support (~> 0.1)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-active_job (0.7.2)
opentelemetry-instrumentation-active_job (0.7.3)
opentelemetry-api (~> 1.0)
opentelemetry-instrumentation-base (~> 0.22.1)
opentelemetry-instrumentation-active_model_serializers (0.20.1)
Expand Down Expand Up @@ -666,7 +666,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.1)
rexml (3.3.2)
strscan
rinku (2.0.6)
rouge (4.3.0)
Expand Down Expand Up @@ -827,7 +827,7 @@ DEPENDENCIES
govspeak
govuk_admin_template
govuk_app_config
govuk_publishing_components (= 40.0.0)
govuk_publishing_components
govuk_schemas
govuk_sidekiq
govuk_test
Expand Down
2 changes: 1 addition & 1 deletion app/assets/javascripts/modules/downtime_message.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//= require govuk_publishing_components/vendor/polyfills-govuk-frontend-v4/Element/prototype/closest
//= require govuk_publishing_components/vendor/polyfills/closest

window.GOVUK = window.GOVUK || {}
window.GOVUK.Modules = window.GOVUK.Modules || {};
Expand Down
2 changes: 1 addition & 1 deletion test/integration/homepage_popular_links_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class HomepagePopularLinksTest < JavascriptIntegrationTest
should "publish latest edition when 'Publish' is clicked" do
click_button("Publish")

assert page.has_text?("PUBLISHED")
assert page.has_text?("Published")
assert page.has_text?("Popular links successfully published.")
end
end
Expand Down

0 comments on commit cfb98e6

Please sign in to comment.