Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update webdrivers: 3.7.2 → 3.9.4 (minor) #49

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented May 21, 2019

⚠️ No CI detected ⚠️

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:

  • Our friends at Travis-CI provide excellent service.
  • Circle CI is good, too, and has a free plan that will cover basic needs.
  • If you use something like Jenkins, make sure that you're using the Github integration correctly so that it reports status data back to Github.
  • If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with 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)

  • Fix bug from bug fix that warned users about setting cache time when it was already set (issue #118)
  • make #base_url public for easier mocking (issue #109)

3.9.3 (from changelog)

  • Fix the bug that warned users about setting cache time when it was already set (#118, thanks Eduardo Gutierrez)

3.9.2 (from changelog)

  • Allow webdrivers to handle network mocking (#116)
  • Fix a Windows specific bug when decompressing the driver packages (#114)

3.9.1 (from changelog)

  • Fix bug throwing nil warnings (issue #107)
  • Fix bug preventing running on older versions of Selenium

3.9.0 (from changelog)

  • Make public methods more obvious and deprecate unnecessary methods (issue #36)
  • Allow geckodriver binaries to be downloaded directly (issue #30)
  • Allow drivers to be cached to reduce unnecessary network calls (issue #29)
  • MSWebdriver class is removed as no longer supported
  • Refactored to minimize network calls (issue #80)
  • Fix warnings about instance variables not initialized
  • Add support for managing specific drivers (issue #95)

3.8.1 (from changelog)

  • 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)
  • Fixed bug warning of non-initialized variables (issue #62)
  • Fixed bug with threads/processes colliding by downloading to temp files
  • Fixed bug for file locking issue on Windows

3.8.0 (from changelog)

  • Add support for selenium-webdriver v4. See #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 and #68.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 57 commits:

✳️ selenium-webdriver (3.141.0 → 3.142.3) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ childprocess (indirect, 0.9.0 → 1.0.1) · Repo · Changelog

Release Notes

1.0.1 (from changelog)

  • #143: Fix installs by adding rake gem as runtime dependency
  • #147: Relax rake gem constraint from < 12 to < 13

1.0.0 (from changelog)

  • #134: Add support for non-ASCII characters on Windows
  • #132: Install ffi gem requirement on Windows only
  • #128: Convert environment variable values to strings when posix_spawn enabled
  • #141: Support JRuby on Java >= 9

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 25 commits:

↗️ ffi (indirect, 1.10.0 → 1.11.1) · Repo · Changelog

Release Notes

1.11.1 (from changelog)

Changed:

  • Raise required ruby version to >=2.0. #699, #700
  • Fix a possible linker error on ruby < 2.3 on Linux.

1.11.0 (from changelog)

Added:

  • Add ability to disable or force use of system libffi. #669 Use like gem inst ffi -- --enable-system-libffi .
  • Add ability to call FFI callbacks from outside of FFI call frame. #584
  • Add proper documentation to FFI::Generator and ::Task
  • Add gemspec metadata. #696, #698

Changed:

  • Fix stdcall on Win32. #649, #669
  • Fix load paths for FFI::Generator::Task
  • Fix FFI::Pointer#read_string(0) to return a binary String. #692
  • Fix benchmark suite so that it runs on ruby-2.x
  • Move FFI::Platform::CPU from C to Ruby. #663
  • Move FFI::StructByReference to Ruby. #681
  • Move FFI::DataConverter to Ruby (#661)
  • Various cleanups and improvements of specs and benchmarks

Removed:

  • Remove ruby-1.8 and 1.9 compatibility code. #683
  • Remove unused spec files. #684

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.

↗️ nokogiri (indirect, 1.10.2 → 1.10.3) · Repo · Changelog

Release Notes

1.10.3

1.10.3 / 2019-04-22

Security Notes

[MRI] Pulled in upstream patch from libxslt that addresses CVE-2019-11068. Full details are available in #1892. Note that this patch is not yet (as of 2019-04-22) in an upstream release of libxslt.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 5 commits:

🗑️ net_http_ssl_fix (removed)


Depfu Status

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
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants