We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3b82e commit db6c6e8Copy full SHA for db6c6e8
rb/selenium-webdriver.gemspec
@@ -47,7 +47,7 @@ Gem::Specification.new do |s|
47
48
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 5.0']
49
s.add_runtime_dependency 'rexml', ['~> 3.2', '>= 3.2.5']
50
- s.add_runtime_dependency 'rubyzip', ['>= 1.2.2']
+ s.add_runtime_dependency 'rubyzip', ['>= 1.2.2', '< 3.0']
51
s.add_runtime_dependency 'websocket', ['~> 1.0']
52
53
# childprocess requires ffi on windows but doesn't declare it in its dependencies
0 commit comments