From ccc08f0672bcbac93837b3dedf4ddd132e3c7cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 18:56:30 +0000 Subject: [PATCH 1/5] Build(deps-dev): bump curb from 1.3.2 to 1.3.4 Bumps [curb](https://github.com/taf2/curb) from 1.3.2 to 1.3.4. - [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md) - [Commits](https://github.com/taf2/curb/commits) --- updated-dependencies: - dependency-name: curb dependency-version: 1.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 251b89807..db0201140 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM fiber-annotation fiber-local (~> 1.1) json - curb (1.3.2) + curb (1.3.4) daemons (1.4.1) date (3.5.1) diff-lcs (1.6.2) From f0da43ce0719bc2522c6545f464f84e74a069f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 13:04:26 +0000 Subject: [PATCH 2/5] Build(deps-dev): bump selenium-webdriver from 4.41.0 to 4.44.0 Bumps [selenium-webdriver](https://github.com/SeleniumHQ/selenium) from 4.41.0 to 4.44.0. - [Release notes](https://github.com/SeleniumHQ/selenium/releases) - [Changelog](https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES) - [Commits](https://github.com/SeleniumHQ/selenium/compare/selenium-4.41.0...selenium-4.44.0) --- updated-dependencies: - dependency-name: selenium-webdriver dependency-version: 4.44.0 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 9399fd997..60b0a5873 100644 --- a/Gemfile +++ b/Gemfile @@ -80,7 +80,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.41' + gem 'selenium-webdriver', '~> 4.44' # 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 db0201140..d429a1584 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,7 @@ GEM json rest-client securerandom (0.4.1) - selenium-webdriver (4.41.0) + selenium-webdriver (4.44.0) base64 (~> 0.2) logger (~> 1.4) rexml (~> 3.2, >= 3.2.5) @@ -344,7 +344,7 @@ DEPENDENCIES rubocop (~> 1.86.1) rubyzip (~> 3.3) rushover (~> 0.3.0) - selenium-webdriver (~> 4.41) + selenium-webdriver (~> 4.44) simplecov (~> 0.22) sinatra (~> 4.1) slack-notifier (~> 2.4) From 6cd1e7f7923ece368f47fa09611dcf46546244e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 13:03:28 +0000 Subject: [PATCH 3/5] Build(deps): bump rubocop from 1.86.1 to 1.86.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.1 to 1.86.2. - [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.86.1...v1.86.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 60b0a5873..c3bf4aa99 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rake', '~> 13.4' gem 'activerecord', '~> 8.1' gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.9' -gem 'rubocop', '~> 1.86.1', require: false +gem 'rubocop', '~> 1.86.2', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index d429a1584..3b78751ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,7 @@ GEM racc (~> 1.4) otr-activerecord (2.6.0) activerecord (>= 6.0, < 9.0) - parallel (2.0.0) + parallel (2.1.0) parseconfig (1.1.2) parser (3.3.11.1) ast (~> 2.4.1) @@ -200,7 +200,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.1) + rubocop (1.86.2) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) @@ -341,7 +341,7 @@ DEPENDENCIES rdoc (~> 7.2) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.86.1) + rubocop (~> 1.86.2) rubyzip (~> 3.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.44) From 7f2d1be9076046592840fd4c2d857dd85efa4812 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 13:03:31 +0000 Subject: [PATCH 4/5] Build(deps-dev): bump curb from 1.3.4 to 1.3.5 Bumps [curb](https://github.com/taf2/curb) from 1.3.4 to 1.3.5. - [Changelog](https://github.com/taf2/curb/blob/master/ChangeLog.md) - [Commits](https://github.com/taf2/curb/commits) --- updated-dependencies: - dependency-name: curb dependency-version: 1.3.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3b78751ad..f079e6866 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM fiber-annotation fiber-local (~> 1.1) json - curb (1.3.4) + curb (1.3.5) daemons (1.4.1) date (3.5.1) diff-lcs (1.6.2) From 22cb96326516fdfcb31d1fa903f76503f40159fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 05:43:11 +0000 Subject: [PATCH 5/5] Build(deps): bump activerecord from 8.1.2.1 to 8.1.3 Bumps [activerecord](https://github.com/rails/rails) from 8.1.2.1 to 8.1.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.3/activerecord/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v8.1.2.1...v8.1.3) --- updated-dependencies: - dependency-name: activerecord dependency-version: 8.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f079e6866..e1d833568 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,13 @@ GEM remote: https://rubygems.org/ specs: - activemodel (8.1.2.1) - activesupport (= 8.1.2.1) - activerecord (8.1.2.1) - activemodel (= 8.1.2.1) - activesupport (= 8.1.2.1) + activemodel (8.1.3) + activesupport (= 8.1.3) + activerecord (8.1.3) + activemodel (= 8.1.3) + activesupport (= 8.1.3) timeout (>= 0.4.0) - activesupport (8.1.2.1) + activesupport (8.1.3) base64 bigdecimal concurrent-ruby (~> 1.0, >= 1.3.1) @@ -34,7 +34,7 @@ GEM async io-endpoint base64 (0.3.0) - bigdecimal (4.0.1) + bigdecimal (4.1.2) browserstack-local (1.4.3) byebug (13.0.0) reline (>= 0.6.0) @@ -102,7 +102,7 @@ GEM mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (3.2025.0902) mini_mime (1.1.5) - minitest (6.0.2) + minitest (6.0.6) drb (~> 2.0) prism (~> 1.5) mojo_magick (0.6.8) @@ -276,7 +276,7 @@ GEM logger rack (>= 1, < 4) tilt (2.6.1) - timeout (0.6.0) + timeout (0.6.1) timers (4.4.0) tins (1.43.0) bigdecimal