Skip to content

Commit

Permalink
Remove jasmine ruby gem and its requiring
Browse files Browse the repository at this point in the history
This was missed from the pull request that
replaced the jasmine ruby gem with the
jasmine-browser-runner:

#382
  • Loading branch information
tombye committed Jan 16, 2025
1 parent 58e7c76 commit 647b9ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
require "jasmine"

RSpec::Core::RakeTask.new(:spec)

Expand Down
2 changes: 1 addition & 1 deletion govuk_tech_docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Gem::Specification.new do |spec|
files_in_git = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

# Include assets from GOV.UK Frontend library in the distributed gem
# Extra line
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"]

spec.files = files_in_git + govuk_frontend_assets
Expand Down Expand Up @@ -57,7 +58,6 @@ Gem::Specification.new do |spec|

spec.add_development_dependency "byebug"
spec.add_development_dependency "capybara", "~> 3.32"
spec.add_development_dependency "jasmine", "~> 3.5"
spec.add_development_dependency "rake", "~> 13.0"
spec.add_development_dependency "rspec", "~> 3.9"
spec.add_development_dependency "rubocop-govuk", "~> 4.10"
Expand Down

0 comments on commit 647b9ed

Please sign in to comment.