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.2 #74

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.2 (2019-05-14) > * Allow webdrivers to handle network mocking ([#116](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/116)) > * Fix a Windows specific bug when decompressing the driver packages ([#114](https://github-redirect.dependabot.com/titusfortner/webdrivers/pull/114)) > > ### 3.9.1 (2019-05-09) > * Fix bug throwing nil warnings (issue [#107](https://github-redirect.dependabot.com/titusfortner/webdrivers/issues/107)) > * Fix bug preventing running on older versions of Selenium > > ### 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) > ... (truncated)
Commits - See full diff in [compare view](https://github.com/titusfortner/webdrivers/commits)


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.


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 05c952cb 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.5% (0.0% change).

View more on Code Climate.