From 5e2b60ae001d7fca1ea6a9bac1d2bfe8a60d5fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 19:36:27 +1000 Subject: [PATCH] Bump rubocop from 1.56.3 to 1.56.4 (#2939) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.3 to 1.56.4. - [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.56.3...v1.56.4) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 94655b60e..6b9262226 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' -gem 'rubocop', '~> 1.56.3', require: false +gem 'rubocop', '~> 1.56.4', require: false # Geolocation support group :geoip do diff --git a/Gemfile.lock b/Gemfile.lock index 4a5a89ac9..baa55ceb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -261,7 +261,7 @@ DEPENDENCIES rdoc (~> 6.5) rest-client (~> 2.1.0) rspec (~> 3.12) - rubocop (~> 1.56.3) + rubocop (~> 1.56.4) rubyzip (~> 2.3) rushover (~> 0.3.0) selenium-webdriver (~> 4.13)