Skip to content

Commit c64d553

Browse files
authored
Merge pull request #7480 from alphagov/dependabot/bundler/govuk_publishing_components-64.0.0
build(deps): bump govuk_publishing_components from 63.3.1 to 64.0.0
2 parents f2a5dce + 7f110ce commit c64d553

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ GEM
190190
govuk_personalisation (1.1.0)
191191
plek (>= 1.9.0)
192192
rails (>= 6, < 9)
193-
govuk_publishing_components (63.3.1)
193+
govuk_publishing_components (64.0.0)
194194
govuk_app_config
195195
govuk_personalisation (>= 0.7.0)
196196
kramdown

app/assets/stylesheets/application.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
// The AssetHelper module is configured for this application to load individual stylesheets
2-
// for components and views on pages where they are needed.
3-
4-
// https://github.com/alphagov/govuk_publishing_components/blob/main/docs/set-up-individual-component-css-loading.md
5-
61
@import "govuk_publishing_components/govuk_frontend_support";
72
@import "govuk_publishing_components/component_support";
83

config/application.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313

1414
module SmartAnswers
1515
class Application < Rails::Application
16-
include GovukPublishingComponents::AppHelpers::AssetHelper
17-
1816
# Initialize configuration defaults for originally generated Rails version.
1917
config.load_defaults 8.0
2018
config.govuk_time_zone = "London"

0 commit comments

Comments
 (0)