From 60a53ff303e1ede9e3ca3b555dbb245b7389a9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 13:30:28 +0000 Subject: [PATCH 1/2] Bump rubocop from 1.63.2 to 1.63.3 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.63.2 to 1.63.3. - [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.2...v1.63.3) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4860a31c3..787274f07 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.7' -gem 'rubocop', '~> 1.63.2', require: false +gem 'rubocop', '~> 1.63.3', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 6ddd90b9b..3363c5d87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,7 +166,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.63.2) + rubocop (1.63.3) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -277,7 +277,7 @@ DEPENDENCIES rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.63.2) + rubocop (~> 1.63.3) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.19) From 0cc3347a7bb7cc9ce478a02a61d1bb7a83d5e65c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 13:02:19 +0000 Subject: [PATCH 2/2] Bump selenium-webdriver from 4.19.0 to 4.20.1 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.19.0 to 4.20.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 4860a31c3..6cc469963 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.19' + gem 'selenium-webdriver', '~> 4.20' # 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 6ddd90b9b..3eb01bb5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM rushover (0.3.0) json rest-client - selenium-webdriver (4.19.0) + selenium-webdriver (4.20.1) base64 (~> 0.2) rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) @@ -280,7 +280,7 @@ DEPENDENCIES rubocop (~> 1.63.2) rubyzip (~> 2.3) rushover (~> 0.3.0) - selenium-webdriver (~> 4.19) + selenium-webdriver (~> 4.20) sinatra (~> 3.2) slack-notifier (~> 2.4) sqlite3 (~> 1.7)