From 459ed3a5da7c7c295e6cd1cb64ef7325c8332d99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 00:00:48 +0700 Subject: [PATCH] chore(deps): update dependency selenium-devtools to v0.131.0 (#2076) Co-authored-by: renovate[bot] <29139614+renovate[bot]@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 447d243a8f0..5640080815f 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.130.0' +gem 'selenium-devtools', '= 0.131.0' gem 'selenium-webdriver', '= 4.27.0' diff --git a/examples/ruby/Gemfile.lock b/examples/ruby/Gemfile.lock index fade2ca0aa1..b015e871209 100644 --- a/examples/ruby/Gemfile.lock +++ b/examples/ruby/Gemfile.lock @@ -45,7 +45,7 @@ GEM rubocop (~> 1.61) ruby-progressbar (1.13.0) rubyzip (2.3.2) - selenium-devtools (0.130.0) + selenium-devtools (0.131.0) selenium-webdriver (~> 4.2) selenium-webdriver (4.27.0) base64 (~> 0.2) @@ -70,7 +70,7 @@ DEPENDENCIES rspec (~> 3.0) rubocop (~> 1.35) rubocop-rspec (~> 3.0) - selenium-devtools (= 0.130.0) + selenium-devtools (= 0.131.0) selenium-webdriver (= 4.27.0) BUNDLED WITH