Skip to content

Commit

Permalink
Add chartkick path to gemspec
Browse files Browse the repository at this point in the history
- installing in applications fails because the JS file can't be found
  • Loading branch information
andysellick committed Oct 17, 2024
1 parent 02a3e0e commit 4ac235a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
useful summary for people upgrading their application, not a replication
of the commit log.

## Unreleased

* Add chartkick path to gemspec ([PR #4312](https://github.com/alphagov/govuk_publishing_components/pull/4312))

## 44.4.0

* Add chart component ([PR #4301](https://github.com/alphagov/govuk_publishing_components/pull/4301))
Expand Down
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/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.files = Dir["{node_modules/accessible-autocomplete,node_modules/govuk-frontend,node_modules/axe-core,node_modules/sortablejs,node_modules/govuk-single-consent,node_modules/chartkick,app,config,db,lib}/**/*", "LICENCE.md", "README.md"]

s.add_dependency "chartkick"
s.add_dependency "govuk_app_config"
Expand Down

0 comments on commit 4ac235a

Please sign in to comment.