Skip to content

Commit

Permalink
Childprocess gem requires ffi on Windows but doesn't declare it to bu…
Browse files Browse the repository at this point in the history
…ndler
  • Loading branch information
twalpole committed Mar 7, 2019
1 parent dd23720 commit a1e70a5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'childprocess', ['>= 0.5', '< 2.0']
s.add_runtime_dependency 'rubyzip', ['~> 1.2', '>= 1.2.2']

# childprocess requires ffi on windows but doesn't declare it in its dependencies
s.add_development_dependency 'ffi'
s.add_development_dependency 'rack', ['~> 2.0']
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', ['~> 3.0']
Expand Down
Binary file not shown.
Binary file added third_party/rb/vendor/cache/ffi-1.10.0.gem
Binary file not shown.

0 comments on commit a1e70a5

Please sign in to comment.