Skip to content

Commit

Permalink
Add accessible-autocomplete to gemspec
Browse files Browse the repository at this point in the history
This was missing from the gemspec's file allowlist, causing it to not be
included in the gem archive published to Rubygems.
  • Loading branch information
csutter committed Sep 20, 2024
1 parent c47cc12 commit 4455c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govuk_publishing_components.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4455c6e

Please sign in to comment.