Skip to content

Commit

Permalink
Merge pull request #150 from rubycdp/bump-up
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Mar 11, 2021
2 parents b02bf0c + 634eb6b commit 9259d6c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ to the browser by CDP protocol. The design of the driver is as close to
[Poltergeist](https://github.com/teampoltergeist/poltergeist) as possible though
it's not a goal.

[Cuprite](https://evrone.com/cuprite) designed & supported by [Evrone](https://evrone.com/)
[Cuprite](https://evrone.com/cuprite) website is designed & supported by [Evrone](https://evrone.com/)
What else we build [with Ruby](https://evrone.com/ruby)


Expand Down
8 changes: 7 additions & 1 deletion cuprite.gemspec
Expand Up @@ -15,11 +15,17 @@ Gem::Specification.new do |s|
s.license = "MIT"
s.require_paths = ["lib"]
s.files = Dir["{lib}/**/*"] + %w[LICENSE README.md]
s.metadata = {
"homepage_uri" => "https://cuprite.rubycdp.com/",
"bug_tracker_uri" => "https://github.com/rubycdp/cuprite/issues",
"documentation_uri" => "https://github.com/rubycdp/cuprite/blob/master/README.md",
"source_code_uri" => "https://github.com/rubycdp/cuprite",
}

s.required_ruby_version = ">= 2.3.0"

s.add_runtime_dependency "capybara", ">= 2.1", "< 4"
s.add_runtime_dependency "ferrum", "~> 0.10.0"
s.add_runtime_dependency "ferrum", "~> 0.11.0"

s.add_development_dependency "image_size", "~> 2.0"
s.add_development_dependency "pdf-reader", "~> 2.1"
Expand Down
1 change: 1 addition & 0 deletions lib/capybara/cuprite/driver.rb
Expand Up @@ -363,6 +363,7 @@ def wait?
def invalid_element_errors
[Capybara::Cuprite::ObsoleteNode,
Capybara::Cuprite::MouseEventFailed,
Ferrum::CoordinatesNotFoundError,
Ferrum::NoExecutionContextError,
Ferrum::NodeNotFoundError]
end
Expand Down

0 comments on commit 9259d6c

Please sign in to comment.