From 67da254ee2786e1ec1e62d59b234464991ae6cc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 13:52:11 +0000 Subject: [PATCH 1/4] Bump json from 2.7.1 to 2.7.2 Bumps [json](https://github.com/flori/json) from 2.7.1 to 2.7.2. - [Release notes](https://github.com/flori/json/releases) - [Changelog](https://github.com/flori/json/blob/master/CHANGES.md) - [Commits](https://github.com/flori/json/compare/v2.7.1...v2.7.2) --- updated-dependencies: - dependency-name: json 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 caf3f2dc0..1a948c6b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,7 +83,7 @@ GEM irb (1.12.0) rdoc reline (>= 0.4.2) - json (2.7.1) + json (2.7.2) language_server-protocol (3.17.0.3) matrix (0.4.2) maxmind-db (1.2.0) From 87c538d14f04314eefc1bdc66d54a1e04e36c0b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 13:11:00 +0000 Subject: [PATCH 2/4] Bump rake from 13.1.0 to 13.2.1 Bumps [rake](https://github.com/ruby/rake) from 13.1.0 to 13.2.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.1.0...v13.2.1) --- updated-dependencies: - dependency-name: rake 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 a7d20f4fb..f98e3c335 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'ansi', '~> 1.5' gem 'term-ansicolor', :require => 'term/ansicolor' gem 'rubyzip', '~> 2.3' gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice -gem 'rake', '~> 13.1' +gem 'rake', '~> 13.2' gem 'otr-activerecord', '~> 2.2.0' gem 'sqlite3', '~> 1.7' gem 'rubocop', '~> 1.62.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index caf3f2dc0..5d3f37681 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM rack-test (2.1.0) rack (>= 1.3) rainbow (3.1.1) - rake (13.1.0) + rake (13.2.1) rdoc (6.6.3.1) psych (>= 4.0.0) regexp_parser (2.9.0) @@ -273,7 +273,7 @@ DEPENDENCIES qr4r (~> 0.6.1) rack (~> 2.2) rack-protection (~> 3.2.0) - rake (~> 13.1) + rake (~> 13.2) rdoc (~> 6.6) rest-client (~> 2.1.0) rspec (~> 3.13) From 1c551d975c47c7f52963c6b367261b6a162b5b0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 13:46:15 +0000 Subject: [PATCH 3/4] Bump term-ansicolor from 1.7.2 to 1.8.0 Bumps [term-ansicolor](https://github.com/flori/term-ansicolor) from 1.7.2 to 1.8.0. - [Changelog](https://github.com/flori/term-ansicolor/blob/master/CHANGES) - [Commits](https://github.com/flori/term-ansicolor/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: term-ansicolor dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index caf3f2dc0..812d13953 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM sqlite3 (1.7.3-x86_64-linux) stringio (3.1.0) sync (0.5.0) - term-ansicolor (1.7.2) + term-ansicolor (1.8.0) tins (~> 1.0) test-unit (3.6.1) power_assert From 0301de8e1c40c45587a7483ff3d951203e16dda1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 13:19:05 +0000 Subject: [PATCH 4/4] Bump rubocop from 1.62.1 to 1.63.2 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.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.62.1...v1.63.2) --- updated-dependencies: - dependency-name: rubocop 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 a7d20f4fb..2197403ad 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.1' gem 'otr-activerecord', '~> 2.2.0' gem 'sqlite3', '~> 1.7' -gem 'rubocop', '~> 1.62.1', require: false +gem 'rubocop', '~> 1.63.2', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index caf3f2dc0..bc4cc8971 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.62.1) + rubocop (1.63.2) 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.62.1) + rubocop (~> 1.63.2) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.19)