kapoorlakshya / screen-recorder

A Ruby gem to video record and take screenshots of your desktop or specific application window. Works on Windows, Linux, and macOS.
MIT License
192 stars 17 forks source link

Update webdrivers requirement from ~> 3.8.0 to ~> 3.9.0 #71

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Updates the requirements on webdrivers to permit the latest version.

Changelog *Sourced from [webdrivers's changelog](https://github.com/titusfortner/webdrivers/blob/master/CHANGELOG.md).* > ### 3.9.0 (2019-05-07) > * Make public methods more obvious and deprecate unnecessary methods (issue [#36](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/36)) > * Allow geckodriver binaries to be downloaded directly (issue [#30](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/30)) > * Allow drivers to be cached to reduce unnecessary network calls (issue [#29](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/29)) > * MSWebdriver class is removed as no longer supported > * Refactored to minimize network calls (issue [#80](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/80)) > * Fix warnings about instance variables not initialized > * Add support for managing specific drivers (issue [#95](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/95)) > > ### 3.8.1 (2019-05-04) > * Downloads chromedriver with direct URL instead of parsing the downloads page > * Raises exception if version of Chrome does not have a known version of the driver (issue [#79](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/79)) > * Fixed bug warning of non-initialized variables (issue [#62](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/62)) > * Fixed bug with threads/processes colliding by downloading to temp files > * Fixed bug for file locking issue on Windows > > ### 3.8.0 (2019-04-17) > * Add support for `selenium-webdriver` v4. See [#69](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/69). > * Remove dependency on `net_http_ssl_fix` gem. `Webdrivers.net_http_ssl_fix` now raises an exception and points to other solutions. See [#60](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/60) and [#68](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/68). > > ### 3.7.2 (2019-04-01) > * Fix bugs in methods that retrieve Chrome/Chromium version. See [#43](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/43) and [#52](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/52). > * Add workaround for a Jruby bug when retrieving Chrome version on Windows. See [#41](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/41). > * Update README with more information. > > ### 3.7.1 (2019-03-25) > * Use `Selenium::WebDriver::Chrome#path` to check for a user given browser executable before defaulting to Google Chrome. Addresses [#38](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/38). > * Download `chromedriver` v2.46 if Chrome/Chromium version is less than 70. > > ### 3.7.0 (2019-03-19) > > * `chromedriver` version now matches the installed Chrome version. See [#32](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/32). > > ### 3.6.0 (2018-12-30) > > * Put net_http_ssl_fix inside a toggle since it can cause other issues > > ### 3.5.2 (2018-12-16) > > * Use net_http_ssl_fix to address Net::HTTP issues on windows > > ### 3.5.1 (2018-12-16) > > ### 3.5.0 (2018-12-15) > > ### 3.5.0.beta1 (2018-12-15) > > * Allow version to be specified > > ### 3.4.3 (2018-10-22) > ... (truncated)
Commits - [`58a5799`](https://github.com/titusfortner/webdrivers/commit/58a57994ea0d00aa46f518b52e3b6f0511834474) bump version to 3.9.0 - [`a135013`](https://github.com/titusfortner/webdrivers/commit/a135013138c5aae49d63fd61f13b4c59d7b23a13) update license and readme - [`5bb5b6b`](https://github.com/titusfortner/webdrivers/commit/5bb5b6b8e07b62652e47a3ce907aa4fa5f01c8b3) implements driver caching - [`eb7f3d4`](https://github.com/titusfortner/webdrivers/commit/eb7f3d4a14c84ba957a5fcbd46388479f080a4e0) download geckodriver versions by direct URL - [`507ee9f`](https://github.com/titusfortner/webdrivers/commit/507ee9ff8d2a692a5ba4d4c630b26287ab1824e1) move system methods into a separate class - [`d9362d2`](https://github.com/titusfortner/webdrivers/commit/d9362d2203eb53ed7d1431ed7dcadb28303ee671) move network methods into a separate class - [`00ebdc2`](https://github.com/titusfortner/webdrivers/commit/00ebdc2b6a3aec11b99d8fd3bfec0d98cb8d3137) change public names to more intelligent defaults - [`e019630`](https://github.com/titusfortner/webdrivers/commit/e0196309caf8a5d27f572772e717c9dc4e441496) add specs with updated implementation - [`948fd1a`](https://github.com/titusfortner/webdrivers/commit/948fd1ae25759274baa3b93d071471b3010204d6) fix the monkey patch for > Selenium 3.141.0 - [`243b88c`](https://github.com/titusfortner/webdrivers/commit/243b88c76affc673a15a26036624fc0c178fea17) remove support for Microsoft WebDriver for Edge browser - Additional commits viewable in [compare view](https://github.com/titusfortner/webdrivers/compare/v3.8.0...v3.9.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
codeclimate[bot] commented 5 years ago

Code Climate has analyzed commit f07eaedf and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (85% is the threshold).

This pull request will bring the total coverage in the repository to 86.1% (0.0% change).

View more on Code Climate.

dependabot-preview[bot] commented 5 years ago

Superseded by #72.