Skip to content

Commit faa06ec

Browse files
committed
Remove jasmine ruby gem and its requiring
This was missed from the pull request that replaced the jasmine ruby gem with the jasmine-browser-runner: #382
1 parent 58e7c76 commit faa06ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

govuk_tech_docs.gemspec

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
2525
files_in_git = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
2626

2727
# Include assets from GOV.UK Frontend library in the distributed gem
28+
# Extra line
2829
govuk_frontend_assets = Dir["node_modules/govuk-frontend/**/*.{scss,js,mjs,woff,woff2,png,svg,ico}", "node_modules/govuk-frontend/dist/govuk/assets/manifest.json"]
2930

3031
spec.files = files_in_git + govuk_frontend_assets

0 commit comments

Comments
 (0)