From 2cc2ae5786e6011c723f83819e6e44ccd0a9d55a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 20:20:21 +0530 Subject: [PATCH] chore(deps): update dependency selenium-devtools to v0.127.0 (#1847) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com> --- examples/ruby/Gemfile | 2 +- examples/ruby/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/ruby/Gemfile b/examples/ruby/Gemfile index 5907d127bdd1..676ed770491c 100644 --- a/examples/ruby/Gemfile +++ b/examples/ruby/Gemfile @@ -7,5 +7,5 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' gem 'rubocop', '~> 1.35' gem 'rubocop-rspec', '~> 3.0' -gem 'selenium-devtools', '= 0.126.0' +gem 'selenium-devtools', '= 0.127.0' gem 'selenium-webdriver', '= 4.23.0' \ No newline at end of file diff --git a/examples/ruby/Gemfile.lock b/examples/ruby/Gemfile.lock index 09cfeca57ac2..e3d89fcfb2bb 100644 --- a/examples/ruby/Gemfile.lock +++ b/examples/ruby/Gemfile.lock @@ -47,7 +47,7 @@ GEM rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-devtools (0.126.0) + selenium-devtools (0.127.0) selenium-webdriver (~> 4.2) selenium-webdriver (4.23.0) base64 (~> 0.2) @@ -72,7 +72,7 @@ DEPENDENCIES rspec (~> 3.0) rubocop (~> 1.35) rubocop-rspec (~> 3.0) - selenium-devtools (= 0.126.0) + selenium-devtools (= 0.127.0) selenium-webdriver (= 4.23.0) BUNDLED WITH