We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc59ca commit 526fd9dCopy full SHA for 526fd9d
rb/selenium-webdriver.gemspec
@@ -32,6 +32,7 @@ Gem::Specification.new do |s|
32
s.require_paths = ['lib']
33
34
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 5.0']
35
+ s.add_runtime_dependency 'rexml'
36
s.add_runtime_dependency 'rubyzip', ['>= 1.2.2']
37
s.add_runtime_dependency 'websocket', ['~> 1.0']
38
0 commit comments