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 371df4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions govuk_tech_docs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "base64" # TODO: remove once middleman-sprockets declares this itself.
spec.add_dependency "bigdecimal" # TODO: remove once activesupport declares this itself.
spec.add_dependency "chronic", "~> 0.10.2"
spec.add_dependency "concurrent-ruby", ["~> 1.0", ">= 1.0.2", "<1.3.5"] # 1.3.5 causes a problem with activesupport
spec.add_dependency "csv" # TODO: remove once tilt declares this itself.
spec.add_dependency "haml", "~> 6.0"
spec.add_dependency "middleman", "~> 4.0"
Expand Down

0 comments on commit 371df4f

Please sign in to comment.