From 2b12e4875a20ee6bcabaf9764f9d98a6b19366d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 18:40:15 +0000 Subject: [PATCH 1/2] Bump selenium-webdriver from 4.20.1 to 4.21.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.20.1 to 4.21.1. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/commits) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 70660a2e8d..60fbbc729e 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 7ef744c52c..8529a30d12 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,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) @@ -282,7 +282,7 @@ DEPENDENCIES rubocop (~> 1.63.5) 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) From f679efb672f2a4bb508174445a5c3fb63e0f7a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 19:09:57 +0000 Subject: [PATCH 2/2] Bump rubocop from 1.63.4 to 1.64.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.4 to 1.64.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.63.4...v1.64.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 60fbbc729e..aa32a2847a 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' gem 'sqlite3', '~> 1.4' -gem 'rubocop', '~> 1.63.5', require: false +gem 'rubocop', '~> 1.64.0', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 8529a30d12..4a194d6d5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM qr4r (0.6.2) mojo_magick (~> 0.6.5) rqrcode_core (~> 1.0) - racc (1.7.3) + racc (1.8.0) rack (2.2.9) rack-protection (3.2.0) base64 (>= 0.1.0) @@ -142,7 +142,7 @@ GEM rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) - regexp_parser (2.9.0) + regexp_parser (2.9.2) reline (0.5.5) io-console (~> 0.5) rest-client (2.1.0) @@ -167,7 +167,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.63.5) + rubocop (1.64.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -279,7 +279,7 @@ DEPENDENCIES rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.63.5) + rubocop (~> 1.64.0) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.21)