Skip to content

Commit

Permalink
Merge pull request #3908 from alphagov/fix-scapi
Browse files Browse the repository at this point in the history
Include single consent api package
  • Loading branch information
andysellick committed Mar 11, 2024
2 parents 2a421e8 + 3495df4 commit b606d05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

## Unreleased

* Include single consent api package ([PR #3908](https://github.com/alphagov/govuk_publishing_components/pull/3908))
* Fix accessibility issue in contents list component ([PR #3907](https://github.com/alphagov/govuk_publishing_components/pull/3907))

## 37.6.0
Expand Down
2 changes: 1 addition & 1 deletion govuk_publishing_components.gemspec
Original file line number Diff line number Diff line change
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 b606d05

Please sign in to comment.