Skip to content

fix(deps): update ruby packages to v4.2.0

Sylvain Desbureaux requested to merge renovate/ruby into main

This MR contains the following updates:

Package Update Change
prometheus-client minor 4.1.0 -> 4.2.0
rubocop (source, changelog) patch 1.55.0 -> 1.55.1
selenium-webdriver (source, changelog) minor 4.10.0 -> 4.11.0
webdrivers (changelog) minor 5.2.0 -> 5.3.1

Release Notes

prometheus/client_ruby (prometheus-client)

v4.2.0

Compare Source

Codename: Funny number

Small improvements

  • #​287 Add Gauge#set_to_current_time: Does what you'd expect - sets a gauge to the current unix epoch timestamp (including fractional seconds).

    Other client libraries have this and it's about time we did!

rubocop/rubocop (rubocop)

v1.55.1

Compare Source

Bug fixes
  • #​12068: Fix a false positive for Style/ReturnNilInPredicateMethodDefinition when the last method argument in method definition is nil. ([@​koic][])
  • #​12082: Fix an error for Lint/UselessAssignment when a variable is assigned and unreferenced in for with multiple variables. ([@​koic][])
  • #​12079: Fix an error for Style/MixinGrouping when mixin method has no arguments. ([@​koic][])
  • #​11637: Correct Rubocop for private_class_method method documentation. ([@​bigzed][])
  • #​12070: Fix false positive in Style/ArgumentsForwarding when receiver forwards args/kwargs. ([@​owst][])
SeleniumHQ/selenium (selenium-webdriver)

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)
titusfortner/webdrivers (webdrivers)

v5.3.1

Compare Source

  • Add post_install_message to explain status of gem

v5.3.0

Compare Source

  • Add support for Chrome for Testing drivers (#​237, thanks sadahiro-ono)
  • Support is restricted to Selenium 4.0 - 4.10 to encourage people to update to Selenium 4.11

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