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|
3535 if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
3636 spec . add_runtime_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
3737 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" ] )
3939 else
4040 spec . add_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
4141 spec . add_dependency ( %q<test-unit> , [ ">= 0" ] )
42- spec . add_dependency ( %q<mocha> , [ ">= 0" , "<2.1" ] )
42+ spec . add_dependency ( %q<mocha> , [ ">= 0" ] )
4343 end
4444 else
4545 spec . add_dependency ( %q<net-ssh> , [ ">= 2.6.5" , "< 8.0.0" ] )
4646 spec . add_dependency ( %q<test-unit> , [ ">= 0" ] )
47- spec . add_dependency ( %q<mocha> , [ ">= 0" , "<2.1" ] )
47+ spec . add_dependency ( %q<mocha> , [ ">= 0" ] )
4848 end
4949end
You can’t perform that action at this time.
0 commit comments