Skip to content

Commit 371df4f

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 371df4f

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
@@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.add_dependency "base64" # TODO: remove once middleman-sprockets declares this itself.
4040
spec.add_dependency "bigdecimal" # TODO: remove once activesupport declares this itself.
4141
spec.add_dependency "chronic", "~> 0.10.2"
42+
spec.add_dependency "concurrent-ruby", ["~> 1.0", ">= 1.0.2", "<1.3.5"] # 1.3.5 causes a problem with activesupport
4243
spec.add_dependency "csv" # TODO: remove once tilt declares this itself.
4344
spec.add_dependency "haml", "~> 6.0"
4445
spec.add_dependency "middleman", "~> 4.0"

0 commit comments

Comments
 (0)