Skip to content

Commit d8d7dae

Browse files
author
Alejandro Perea Fernández
committed
Update childprocess gem to 2.0
1 parent 10d3534 commit d8d7dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guard-jasmine.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.add_dependency 'guard-compat', '~> 1.2'
2121
s.add_dependency 'jasmine', '~> 3.1'
2222
s.add_dependency 'multi_json', '~> 1.12'
23-
s.add_dependency 'childprocess', '~> 1.0'
23+
s.add_dependency 'childprocess', '~> 2.0'
2424
s.add_dependency 'thor', '~> 0.19'
2525
# Coverage uses tilt for spec files. Works with Tilt both
2626
# version 1 and 2, so we don't bother to lock the versions

0 commit comments

Comments
 (0)