Skip to content

fix(deps): update ruby packages to v1.5.4

Sylvain Desbureaux requested to merge renovate/ruby into main

This MR contains the following updates:

Package Update Change
pg (changelog) patch 1.5.3 -> 1.5.4
selenium-webdriver (source, changelog) minor 4.10.0 -> 4.12.0

Release Notes

ged/ruby-pg (pg)

v1.5.4

Compare Source

  • Fix compiling the pg extension with MSVC 2022. #​535
  • Set PG::Connection's encoding even if setting client_encoding on connection startup fails. #​541
  • Don't set the server's client_encoding if it's unnecessary. #​542 This is important for connection proxies, who disallow configuration settings.
  • Update Windows fat binary gem to OpenSSL-3.1.2 and PostgreSQL-15.4.
SeleniumHQ/selenium (selenium-webdriver)

v4.12.0

========================= Ruby:

  • Fix bug preventing good error messages in Selenium Manager when stdout empty
  • Fix bug with Firefox not loading net/http library by default (#​12506)
  • Remove support for using capabilities in local drivers

BiDi:

  • Released selenium-devtools 0.116.0 (supports CDP v85, v114, v115, v116)

v4.11.0

========================= Ruby:

  • Made network interception threads fail silently (#​12226)
  • Have Selenium Manager binary locate drivers on PATH (#​12345)
  • Add browser output from selenium manager to options (#​12398)
  • Remove deprecated code (#​12417) BiDi:
  • Released selenium-devtools 0.115.0 (supports CDP v85, v113, v114, v115) Edge:
  • Adding ignore process match for IE Mode across bindings (#​12279)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Sylvain Desbureaux

Merge request reports