From 032866eefaf010fb63207999d5146e1359fa967a Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor <4314581+kapoorlakshya@users.noreply.github.com> Date: Mon, 8 Jul 2024 04:39:25 +0000 Subject: [PATCH] Update test deps --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index b36b450..9f23dc7 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ gem 'rubocop', '~> 1.64' gem 'rubocop-performance', '~> 1.0' gem 'rubocop-rspec', '~> 2.0' gem 'simplecov', '~> 0.22' -gem 'watir', '~> 6.18.0' -gem 'webdrivers', '~> 4.0' \ No newline at end of file +gem 'watir', '~> 7.3.0' +gem 'webdrivers', '~> 5.0' \ No newline at end of file