Update webdrivers: 3.7.2 → 3.9.4 (minor) #49
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
You don't seem to have any Continuous Integration service set up!
Without a service that will test the Depfu branches and pull requests, we can't inform you if incoming updates actually work with your app. We think that this degrades the service we're trying to provide down to a point where it is more or less meaningless.
This is fine if you just want to give Depfu a quick try. If you want to really let Depfu help you keep your app up-to-date, we recommend setting up a CI system:
depfu/
.Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ webdrivers (3.7.2 → 3.9.4) · Repo · Changelog
Release Notes
3.9.4 (from changelog)
3.9.3 (from changelog)
3.9.2 (from changelog)
3.9.1 (from changelog)
3.9.0 (from changelog)
3.8.1 (from changelog)
3.8.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 57 commits:
bump version to 3.9.4
fix cache warning bug
make #base_url public for easier mocking
update changelog to include the correct information about the bug fix
update changelog and add thank you notes to @ochko, @ioquatix, @joe81, and @ecbypi
bump version to 3.9.3
Disable warning about caching in 4.x when setting `Webdrivers.cache_time`
Fix version in Changelog.
Bump to v3.9.2
Allow webdrivers to handle network mocking (#116)
Fix a Windows specific issue in System#decompress_file.
Add method and class documentation. (#112)
bump version to 3.9.1
Fix empty Gem::Version deprecation warning
support older versions of Selenium
document caching drivers in README
bump version to 3.9.0
update license and readme
implements driver caching
download geckodriver versions by direct URL
move system methods into a separate class
move network methods into a separate class
change public names to more intelligent defaults
add specs with updated implementation
fix the monkey patch for > Selenium 3.141.0
remove support for Microsoft WebDriver for Edge browser
Ruby 2.6 deprecates Net::HTTPServerException in favor of the more correctly named Net::HTTPClientException
Fix "instance variable @latest_version not initialized" warnings
Update rake version used in development
Rubocop performance cops were factored out into rubocop-performance - add it.
Add RSpec configuration to require `expect` syntax and enable partial double verification
Add default rake task that runs rubocop and spec
Allow requiring only specific driver support
Rename `downloaded?` to `exists?` to better identify what it does
Fix Appveyor badge link.
Link Appveyor badge to master.
bump version to 3.8.1
Add Appveyor badge.
Run specs on Appveyor. (#88)
#remove - Fix an intermittent file locking issue on Windows. (#87)
Print Chrome version in debug log and remove redundant platform check in #chrome_on_windows.
Download to temp files to prevent threads/processes colliding
specify behavior for unmatched drivers
download chromedriver directly instead of parsing the index
update rubocop definitions and get everything passing
os needs to be specified in matrix
only run rubocop once
clear previous instance variable values affecting the spec
remove restriction on Linux since assumption no longer applies
memoize latest_version instead of downloads
Only show build status for master.
Add Issue template. Closes #75.
Release v3.8.0 (#71)
Add compatibility with selenium-webdriver master/v4 (#69)
Webdrivers.net_http_ssl_fix now raises an exception. (#68)
Remove dependency on `net_http_ssl_fix`. Update README. Fixes #59. (#60)
Fix v3.7.2 release date in changelog.
✳️ selenium-webdriver (3.141.0 → 3.142.3) · Repo
Sorry, we couldn't find anything useful about this release.
Release Notes
1.0.1 (from changelog)
1.0.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 25 commits:
Update change log version title
Add link to license in README
Add instructions for releasing a new gem
Cleanup unnecessary whitespace in README
Update change log
Stop testing against Ruby 1.9
Relax rake gem constraint from <=11.x to <=12.x.
Fix #143 - Childprocess v1.0.0 failing to install.
Add Shane da Silva as maintainer
Fix conditional install of ffi on Windows
Merge pull request #142 from enkessler/cut-0.10.0
Cut 1.0.0 release
Update change log
Merge pull request #141 from yaauie/support-jruby-on-java-gte-9
add JRuby 9.2 and Java 11 to the ci mix
jruby: add support for Java >= 9
Convert environment variable values to strings when posix_spawn enabled
Only require FFI on Windows
Simplify conditional RubyGems update
Merge pull request #134 from da-ar/js_test
Merge pull request #140 from enkessler/fix-appveyor-build
Fix AppVeyor build
Merge pull request #139 from enkessler/fix-travis-build
Don't use sudo builds in Travis
Fix broken Travis builds
Release Notes
1.11.1 (from changelog)
1.11.0 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
Release Notes
1.10.3
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 5 commits:
version bump to v1.10.3
Merge pull request #1898 from sparklemotion/1892-libxslt-patch-for-usn-3947
Backport libxslt patch for CVE-2019-11068
Merge branch 'concourse-icons'
ci: add icons to concourse resources
🗑️ net_http_ssl_fix (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands