From 1f5b6b0b01fc178e1f7206c133260cfcc46257ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Jul 2023 17:30:00 +1000 Subject: [PATCH] Bump rubocop from 1.52.1 to 1.53.1 (#2871) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.1 to 1.53.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.52.1...v1.53.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 67e3f8268..d8b245eee 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'espeak-ruby', '~> 1.1.0' # Text-to-Voice gem 'rake', '~> 13.0' gem 'otr-activerecord', '~> 2.1', '>= 2.1.2' gem 'sqlite3', '~> 1.6', '>= 1.6.1' -gem 'rubocop', '~> 1.52.1', require: false +gem 'rubocop', '~> 1.53.1', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 5a461cc23..d3512519a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -70,6 +70,7 @@ GEM irb (1.7.0) reline (>= 0.3.0) json (2.6.3) + language_server-protocol (3.17.0.3) matrix (0.4.2) maxmind-db (1.1.1) method_source (1.0.0) @@ -147,8 +148,9 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.52.1) + rubocop (1.53.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) @@ -256,7 +258,7 @@ DEPENDENCIES rdoc (~> 6.5) rest-client (~> 2.1.0) rspec (~> 3.12) - rubocop (~> 1.52.1) + rubocop (~> 1.53.1) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.10)