diff --git a/Gemfile b/Gemfile index 2386f24995..732f16e522 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :test do # Note: selenium-webdriver 3.x is incompatible with Firefox version 48 and prior # gem 'selenium' # Requires old version of selenium which is no longer available gem 'geckodriver-helper', '~> 0.24.0' - gem 'selenium-webdriver', '~> 4.20' + gem 'selenium-webdriver', '~> 4.21' # Note: nokogiri is needed by capybara which may require one of the below commands # sudo apt-get install libxslt-dev libxml2-dev diff --git a/Gemfile.lock b/Gemfile.lock index ac182e9f90..1cebab4092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - rexml (3.2.6) + rexml (3.2.8) + strscan (>= 3.0.9) rqrcode_core (1.2.0) rr (3.1.0) rspec (3.13.0) @@ -185,7 +186,7 @@ GEM rushover (0.3.0) json rest-client - selenium-webdriver (4.20.1) + selenium-webdriver (4.21.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -199,6 +200,7 @@ GEM sqlite3 (1.7.3-arm64-darwin) sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) + strscan (3.1.0) sync (0.5.0) term-ansicolor (1.8.0) tins (~> 1.0) @@ -280,7 +282,7 @@ DEPENDENCIES rubocop (~> 1.63.4) rubyzip (~> 2.3) rushover (~> 0.3.0) - selenium-webdriver (~> 4.20) + selenium-webdriver (~> 4.21) sinatra (~> 3.2) slack-notifier (~> 2.4) sqlite3 (~> 1.4)