Skip to content

Commit

Permalink
[rb] restrict from using new rubyzip version
Browse files Browse the repository at this point in the history
fixes #10706
  • Loading branch information
titusfortner committed May 27, 2022
1 parent bb3b82e commit db6c6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 5.0']
s.add_runtime_dependency 'rexml', ['~> 3.2', '>= 3.2.5']
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2']
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2', '< 3.0']
s.add_runtime_dependency 'websocket', ['~> 1.0']

# childprocess requires ffi on windows but doesn't declare it in its dependencies
Expand Down

0 comments on commit db6c6e8

Please sign in to comment.