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"