Skip to content

Commit

Permalink
Merge pull request #3882 from alphagov/add-govuk_web_banners-gem
Browse files Browse the repository at this point in the history
Add govuk_web_banners gem
  • Loading branch information
KludgeKML authored Dec 10, 2024
2 parents dca1d5b + 65407ed commit 0b5c100
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gem "govuk_ab_testing"
gem "govuk_app_config"
gem "govuk_document_types"
gem "govuk_publishing_components"
gem "govuk_web_banners"
gem "plek"
gem "rack-utf8_sanitizer"
gem "rails-i18n"
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ GEM
capybara (>= 3.36)
puma
selenium-webdriver (>= 4.0)
govuk_web_banners (0.1.0)
govuk_publishing_components
rails (>= 7)
hashdiff (1.1.1)
highline (3.0.1)
htmlentities (4.3.4)
Expand Down Expand Up @@ -803,6 +806,7 @@ DEPENDENCIES
govuk_publishing_components
govuk_schemas
govuk_test
govuk_web_banners
i18n-coverage
mocha
pact
Expand Down
2 changes: 2 additions & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
//= require govuk_publishing_components/components/metadata
//= require govuk_publishing_components/components/step-by-step-nav

//= require govuk_web_banners/dependencies

//= require support
//= require modules/list-filter
//= require modules/toggle-attribute
Expand Down

0 comments on commit 0b5c100

Please sign in to comment.