We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14db8ed + 0edf411 commit b83db50Copy full SHA for b83db50
guard-jasmine.gemspec
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
20
s.add_dependency 'guard-compat', '~> 1.2'
21
s.add_dependency 'jasmine', '~> 3.1'
22
s.add_dependency 'multi_json', '~> 1.12'
23
- s.add_dependency 'childprocess', '~> 0.5'
+ s.add_dependency 'childprocess', '~> 1.0'
24
s.add_dependency 'thor', '~> 0.19'
25
# Coverage uses tilt for spec files. Works with Tilt both
26
# version 1 and 2, so we don't bother to lock the versions
0 commit comments