Skip to content

Commit

Permalink
Include single consent api package
Browse files Browse the repository at this point in the history
  • Loading branch information
andysellick committed Mar 11, 2024
1 parent 2a421e8 commit 897d49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_publishing_components.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 3.1" # rubocop:disable Gemspec/RequiredRubyVersion
s.post_install_message = "govuk_publishing_components has now migrated to dartsass-rails from sassc-rails for stylesheet compilation since LibSass is deprecated. While both implementations are supported, it is recommended to update your application to use the latest implementation of Sass (dartsass-rails). You can find further details in the docs - https://docs.publishing.service.gov.uk/manual/migrate-to-dart-sass-from-libsass.html."

s.files = Dir["{node_modules/govuk-frontend,node_modules/axe-core,node_modules/sortablejs,app,config,db,lib}/**/*", "LICENCE.md", "README.md"]
s.files = Dir["{node_modules/govuk-frontend,node_modules/axe-core,node_modules/sortablejs,node_modules/govuk-single-consent,app,config,db,lib}/**/*", "LICENCE.md", "README.md"]

s.add_dependency "govuk_app_config"
s.add_dependency "govuk_personalisation", ">= 0.7.0"
Expand Down

0 comments on commit 897d49a

Please sign in to comment.