Skip to content

Commit

Permalink
Require RubyZip 1.2.2 at least
Browse files Browse the repository at this point in the history
Closes #6330
  • Loading branch information
p0deje committed Sep 3, 2018
1 parent 88340f4 commit 94e1721
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.files = Dir[root + '/**/*'].reject { |e| e =~ /ruby\.iml|build\.desc/ }.map { |e| e.sub(root + '/', '') }
s.require_paths = ['lib']

s.add_runtime_dependency 'rubyzip', ['~> 1.2']
s.add_runtime_dependency 'rubyzip', ['~> 1.2', '>= 1.2.2']
s.add_runtime_dependency 'childprocess', ['~> 0.5']

s.add_development_dependency 'rspec', ['~> 3.0']
Expand Down

0 comments on commit 94e1721

Please sign in to comment.