From a1c59f326122fec8b96d0f30c15c0acb40e4d11c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:27:44 +0000 Subject: [PATCH 01/16] Build(deps): bump rack-session from 2.1.1 to 2.1.2 Bumps [rack-session](https://github.com/rack/rack-session) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/rack/rack-session/releases) - [Changelog](https://github.com/rack/rack-session/blob/main/releases.md) - [Commits](https://github.com/rack/rack-session/compare/v2.1.1...v2.1.2) --- updated-dependencies: - dependency-name: rack-session dependency-version: 2.1.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index dc1808d9f..0859f25fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM base64 (>= 0.1.0) logger (>= 1.6.0) rack (>= 3.0.0, < 4) - rack-session (2.1.1) + rack-session (2.1.2) base64 (>= 0.1.0) rack (>= 3.0.0) rack-test (2.2.0) From f02ca1bfd37ac994ebc0b6aeccfeb1826a670de1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 04:34:20 +0000 Subject: [PATCH 02/16] Build(deps-dev): bump addressable from 2.8.9 to 2.9.0 Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.8.9 to 2.9.0. - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](https://github.com/sporkmonger/addressable/compare/addressable-2.8.9...addressable-2.9.0) --- updated-dependencies: - dependency-name: addressable dependency-version: 2.9.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0859f25fb..090c539cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -20,7 +20,7 @@ GEM securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) uri (>= 0.13.1) - addressable (2.8.9) + addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) ansi (1.6.0) archive-zip (0.13.1) From 36ad7cbd6643a639c82c5ff6f137a0030ae44c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:03:17 +0000 Subject: [PATCH 03/16] Build(deps): bump rubocop from 1.86.0 to 1.86.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.86.0 to 1.86.1. - [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.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3f4fdfa1b..50484c328 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'rake', '~> 13.3' gem 'activerecord', '~> 8.1' gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.9' -gem 'rubocop', '~> 1.86.0', require: false +gem 'rubocop', '~> 1.86.1', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 090c539cd..87f5c05ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,9 +135,9 @@ GEM racc (~> 1.4) otr-activerecord (2.6.0) activerecord (>= 6.0, < 9.0) - parallel (1.27.0) + parallel (2.0.0) parseconfig (1.1.2) - parser (3.3.10.2) + parser (3.3.11.1) ast (~> 2.4.1) racc power_assert (2.0.5) @@ -176,7 +176,7 @@ GEM erb psych (>= 4.0.0) tsort - regexp_parser (2.11.3) + regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) rest-client (2.1.0) @@ -200,11 +200,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.6) - rubocop (1.86.0) + rubocop (1.86.1) json (~> 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -340,7 +340,7 @@ DEPENDENCIES rdoc (~> 7.2) rest-client (~> 2.1.0) rspec (~> 3.13) - rubocop (~> 1.86.0) + rubocop (~> 1.86.1) rubyzip (~> 3.2) rushover (~> 0.3.0) selenium-webdriver (~> 4.41) From 2d3af2b92ef60dba833bb03430748a44f84b5697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:03:07 +0000 Subject: [PATCH 04/16] Build(deps-dev): bump xmlrpc from 0.3.3 to 0.3.4 Bumps [xmlrpc](https://github.com/ruby/xmlrpc) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/ruby/xmlrpc/releases) - [Changelog](https://github.com/ruby/xmlrpc/blob/master/NEWS.md) - [Commits](https://github.com/ruby/xmlrpc/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: xmlrpc dependency-version: 0.3.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 50484c328..d9db70ca2 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'erubis', '~> 2.7' # Metasploit Integration extension group :ext_msf do gem 'msfrpc-client', '~> 1.1', '>= 1.1.2' - gem 'xmlrpc', '~> 0.3.3' + gem 'xmlrpc', '~> 0.3.4' end # Notifications extension diff --git a/Gemfile.lock b/Gemfile.lock index 87f5c05ae..bfa294fc7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -290,12 +290,13 @@ GEM unicode-emoji (~> 4.1) unicode-emoji (4.2.0) uri (1.1.1) - webrick (1.9.1) + webrick (1.9.2) websocket (1.2.11) websocket-client-simple (0.6.1) event_emitter websocket - xmlrpc (0.3.3) + xmlrpc (0.3.4) + rexml webrick xpath (3.2.0) nokogiri (~> 1.8) @@ -353,7 +354,7 @@ DEPENDENCIES thin (~> 2.0) uglifier (~> 4.2) websocket-client-simple (~> 0.6.1) - xmlrpc (~> 0.3.3) + xmlrpc (~> 0.3.4) BUNDLED WITH 2.7.2 From b5698f47862e73552663f037e05408d7f2096a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 13:03:21 +0000 Subject: [PATCH 05/16] Build(deps): bump rake from 13.3.1 to 13.4.1 Bumps [rake](https://github.com/ruby/rake) from 13.3.1 to 13.4.1. - [Release notes](https://github.com/ruby/rake/releases) - [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc) - [Commits](https://github.com/ruby/rake/compare/v13.3.1...v13.4.1) --- updated-dependencies: - dependency-name: rake dependency-version: 13.4.1 dependency-type: direct:production 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 d9db70ca2..fcaa5a34b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'ansi', '~> 1.6' gem 'term-ansicolor', :require => 'term/ansicolor' gem 'rubyzip', '~> 3.2' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice -gem 'rake', '~> 13.3' +gem 'rake', '~> 13.4' gem 'activerecord', '~> 8.1' gem 'otr-activerecord', '~> 2.6.0' gem 'sqlite3', '~> 2.9' diff --git a/Gemfile.lock b/Gemfile.lock index bfa294fc7..4caa9c685 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -171,7 +171,7 @@ GEM rack-test (2.2.0) rack (>= 1.3) rainbow (3.1.1) - rake (13.3.1) + rake (13.4.1) rdoc (7.2.0) erb psych (>= 4.0.0) @@ -337,7 +337,7 @@ DEPENDENCIES qr4r (~> 0.6.1) rack (~> 3.2) rack-protection (~> 4.2.1) - rake (~> 13.3) + rake (~> 13.4) rdoc (~> 7.2) rest-client (~> 2.1.0) rspec (~> 3.13) From 78062ffa0e0a3d1bffe2f41bdc66199f36a907d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2026 13:03:23 +0000 Subject: [PATCH 06/16] Build(deps): bump sqlite3 from 2.9.2 to 2.9.3 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.2 to 2.9.3. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.9.2...v2.9.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4caa9c685..195451430 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,14 +241,14 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.9.2-aarch64-linux-gnu) - sqlite3 (2.9.2-aarch64-linux-musl) - sqlite3 (2.9.2-arm-linux-gnu) - sqlite3 (2.9.2-arm-linux-musl) - sqlite3 (2.9.2-arm64-darwin) - sqlite3 (2.9.2-x86_64-darwin) - sqlite3 (2.9.2-x86_64-linux-gnu) - sqlite3 (2.9.2-x86_64-linux-musl) + sqlite3 (2.9.3-aarch64-linux-gnu) + sqlite3 (2.9.3-aarch64-linux-musl) + sqlite3 (2.9.3-arm-linux-gnu) + sqlite3 (2.9.3-arm-linux-musl) + sqlite3 (2.9.3-arm64-darwin) + sqlite3 (2.9.3-x86_64-darwin) + sqlite3 (2.9.3-x86_64-linux-gnu) + sqlite3 (2.9.3-x86_64-linux-musl) stringio (3.2.0) sync (0.5.0) term-ansicolor (1.11.3) From f3f747f51f89a16f111e06c45bc87c46af735874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 15:00:14 +0000 Subject: [PATCH 07/16] Build(deps): bump json from 2.19.2 to 2.19.4 Bumps [json](https://github.com/ruby/json) from 2.19.2 to 2.19.4. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.19.2...v2.19.4) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.4 dependency-type: direct:production 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 195451430..6c75d44e4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,7 +90,7 @@ GEM prism (>= 1.3.0) rdoc (>= 4.0.0) reline (>= 0.4.2) - json (2.19.2) + json (2.19.4) language_server-protocol (3.17.0.5) lint_roller (1.1.0) logger (1.7.0) From 4178ab636bdcd1c34d5629c48e3878f372a78bc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:03:29 +0000 Subject: [PATCH 08/16] Build(deps-dev): bump irb from 1.17.0 to 1.18.0 Bumps [irb](https://github.com/ruby/irb) from 1.17.0 to 1.18.0. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.17.0...v1.18.0) --- updated-dependencies: - dependency-name: irb dependency-version: 1.18.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index fcaa5a34b..65eed2819 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do gem 'rdoc', '~> 7.2' gem 'browserstack-local', '~> 1.4' - gem 'irb', '~> 1.17' + gem 'irb', '~> 1.18' gem 'pry-byebug', '~> 3.12' gem 'rest-client', '~> 2.1.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6c75d44e4..f9a9ad745 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,7 +64,7 @@ GEM em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) - erb (6.0.1) + erb (6.0.4) erubis (2.7.0) espeak-ruby (1.1.0) event_emitter (0.2.6) @@ -85,7 +85,7 @@ GEM io-console (0.8.2) io-endpoint (0.15.2) io-like (0.4.0) - irb (1.17.0) + irb (1.18.0) pp (>= 0.6.0) prism (>= 1.3.0) rdoc (>= 4.0.0) @@ -325,7 +325,7 @@ DEPENDENCIES eventmachine (~> 1.2, >= 1.2.7) execjs (~> 2.10) geckodriver-helper (~> 0.24.0) - irb (~> 1.17) + irb (~> 1.18) json maxmind-db (~> 1.4) mime-types (~> 3.7) From 17882ca241768c438495a641231d5ecdab942c2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 13:03:10 +0000 Subject: [PATCH 09/16] Build(deps-dev): bump curb from 1.3.1 to 1.3.2 Bumps [curb](https://github.com/taf2/curb) from 1.3.1 to 1.3.2. - [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.2 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 f9a9ad745..7203ffa92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM fiber-annotation fiber-local (~> 1.1) json - curb (1.3.1) + curb (1.3.2) daemons (1.4.1) date (3.5.1) diff-lcs (1.6.2) From 8d57c7832bdcc646af2c78e9ae1cbe4fb14182aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 16:26:55 +0000 Subject: [PATCH 10/16] Build(deps): bump rubyzip from 3.2.2 to 3.3.0 Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 3.2.2 to 3.3.0. - [Release notes](https://github.com/rubyzip/rubyzip/releases) - [Changelog](https://github.com/rubyzip/rubyzip/blob/main/Changelog.md) - [Commits](https://github.com/rubyzip/rubyzip/compare/v3.2.2...v3.3.0) --- updated-dependencies: - dependency-name: rubyzip dependency-version: 3.3.0 dependency-type: direct:production 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 65eed2819..9399fd997 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'mime-types', '~> 3.7' gem 'execjs', '~> 2.10' gem 'ansi', '~> 1.6' gem 'term-ansicolor', :require => 'term/ansicolor' -gem 'rubyzip', '~> 3.2' +gem 'rubyzip', '~> 3.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.4' gem 'activerecord', '~> 8.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7203ffa92..8d6601327 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,7 +216,7 @@ GEM prism (~> 1.7) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - rubyzip (3.2.2) + rubyzip (3.3.0) rushover (0.3.0) json rest-client @@ -342,7 +342,7 @@ DEPENDENCIES rest-client (~> 2.1.0) rspec (~> 3.13) rubocop (~> 1.86.1) - rubyzip (~> 3.2) + rubyzip (~> 3.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.41) simplecov (~> 0.22) From 930427ebdb0ca7fa4e330326c02e7b235d78cb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 13:03:26 +0000 Subject: [PATCH 11/16] Build(deps): bump sqlite3 from 2.9.3 to 2.9.4 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.3 to 2.9.4. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.9.3...v2.9.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8d6601327..f04836d5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -241,14 +241,14 @@ GEM rack-session (>= 2.0.0, < 3) tilt (~> 2.0) slack-notifier (2.4.0) - sqlite3 (2.9.3-aarch64-linux-gnu) - sqlite3 (2.9.3-aarch64-linux-musl) - sqlite3 (2.9.3-arm-linux-gnu) - sqlite3 (2.9.3-arm-linux-musl) - sqlite3 (2.9.3-arm64-darwin) - sqlite3 (2.9.3-x86_64-darwin) - sqlite3 (2.9.3-x86_64-linux-gnu) - sqlite3 (2.9.3-x86_64-linux-musl) + sqlite3 (2.9.4-aarch64-linux-gnu) + sqlite3 (2.9.4-aarch64-linux-musl) + sqlite3 (2.9.4-arm-linux-gnu) + sqlite3 (2.9.4-arm-linux-musl) + sqlite3 (2.9.4-arm64-darwin) + sqlite3 (2.9.4-x86_64-darwin) + sqlite3 (2.9.4-x86_64-linux-gnu) + sqlite3 (2.9.4-x86_64-linux-musl) stringio (3.2.0) sync (0.5.0) term-ansicolor (1.11.3) From 87acd685355ee634fc0d34c8bcad680977c390de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 13:13:43 +0000 Subject: [PATCH 12/16] Build(deps-dev): bump nokogiri from 1.19.1 to 1.19.3 Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.19.1 to 1.19.3. - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.19.1...v1.19.3) --- updated-dependencies: - dependency-name: nokogiri dependency-version: 1.19.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f04836d5c..251b89807 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -117,21 +117,21 @@ GEM net-protocol netrc (0.11.0) nio4r (2.7.4) - nokogiri (1.19.1-aarch64-linux-gnu) + nokogiri (1.19.3-aarch64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-aarch64-linux-musl) + nokogiri (1.19.3-aarch64-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-gnu) + nokogiri (1.19.3-arm-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-arm-linux-musl) + nokogiri (1.19.3-arm-linux-musl) racc (~> 1.4) - nokogiri (1.19.1-arm64-darwin) + nokogiri (1.19.3-arm64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-darwin) + nokogiri (1.19.3-x86_64-darwin) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-gnu) + nokogiri (1.19.3-x86_64-linux-gnu) racc (~> 1.4) - nokogiri (1.19.1-x86_64-linux-musl) + nokogiri (1.19.3-x86_64-linux-musl) racc (~> 1.4) otr-activerecord (2.6.0) activerecord (>= 6.0, < 9.0) 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 13/16] 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 14/16] 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 15/16] 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 16/16] 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)