File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ Gem::Specification.new do |spec|
35
35
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
36
36
spec . add_runtime_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
37
37
spec . add_development_dependency ( %q<test-unit> , [ ">= 0" ] )
38
- spec . add_dependency ( %q<mocha> , [ ">= 0" , "<2.1 "] )
38
+ spec . add_development_dependency ( %q<mocha> , [ ">= 0" ] )
39
39
else
40
40
spec . add_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
41
41
spec . add_dependency ( %q<test-unit> , [ ">= 0" ] )
42
- spec . add_dependency ( %q<mocha> , [ ">= 0" , "<2.1" ] )
42
+ spec . add_dependency ( %q<mocha> , [ ">= 0" ] )
43
43
end
44
44
else
45
45
spec . add_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
46
46
spec . add_dependency ( %q<test-unit> , [ ">= 0" ] )
47
- spec . add_dependency ( %q<mocha> , [ ">= 0" , "<2.1" ] )
47
+ spec . add_dependency ( %q<mocha> , [ ">= 0" ] )
48
48
end
49
49
end
You can’t perform that action at this time.
0 commit comments