From e2dbd290fe976a758e831e956e70e7d0249f3208 Mon Sep 17 00:00:00 2001 From: Christian Sutter Date: Fri, 20 Sep 2024 12:38:54 +0000 Subject: [PATCH] Add `accessible-autocomplete` node_modules to gemspec This was missing from the gemspec's file allowlist, causing it to not be included in the gem archive published to Rubygems. --- CHANGELOG.md | 4 ++++ govuk_publishing_components.gemspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 668695a547..6eb353e987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ useful summary for people upgrading their application, not a replication of the commit log. +## Unreleased + +* Add accessible-autocomplete node_modules to gemspec ([PR #4246](https://github.com/alphagov/govuk_publishing_components/pull/4246)) + ## 43.4.0 * Remove left search variant of layout header ([PR #4239](https://github.com/alphagov/govuk_publishing_components/pull/4239)) diff --git a/govuk_publishing_components.gemspec b/govuk_publishing_components.gemspec index 67f32b8b05..916e902e00 100644 --- a/govuk_publishing_components.gemspec +++ b/govuk_publishing_components.gemspec @@ -14,7 +14,7 @@ Gem::Specification.new do |s| s.license = "MIT" s.required_ruby_version = ">= 3.2" - 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.files = Dir["{node_modules/accessible-autocomplete,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"