Skip to content

Commit

Permalink
[rb] new bidi code requires websocket in selenium-webdriver
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed May 25, 2022
1 parent 4ddffa6 commit cd69898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions rb/selenium-devtools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,4 @@ Gem::Specification.new do |s|
] + Dir['lib/selenium/devtools/**/*']

s.require_paths = ["lib"]

s.add_runtime_dependency 'websocket', ['~> 1.0']
end
1 change: 1 addition & 0 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,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 'websocket', ['~> 1.0']

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

0 comments on commit cd69898

Please sign in to comment.