From 1489ff6dc6698171d86fe027b60ffa37f383e5dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 09:19:28 +0000 Subject: [PATCH 1/2] Bump rubocop from 1.57.2 to 1.58.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.57.2 to 1.58.0. - [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.57.2...v1.58.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 611605e..b6848e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,7 +55,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - rubocop (1.57.2) + rubocop (1.58.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -63,7 +63,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) From e8dda4c3f8e2e174c999708b81da78fa1ea7cfe1 Mon Sep 17 00:00:00 2001 From: ONLYOFFICE Testing Robot <teamlab.ruby@gmail.com> Date: Fri, 8 Dec 2023 11:27:26 +0200 Subject: [PATCH 2/2] Ignore rubocop error until it's fixed --- .rubocop.yml | 4 ++++ .rubocop_todo.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.rubocop.yml b/.rubocop.yml index e26a892..12b4a20 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -9,3 +9,7 @@ inherit_from: AllCops: NewCops: enable TargetRubyVersion: 3.0 + +# Until https://github.com/rubocop/rubocop/issues/12430 is fixed +Style/RedundantLineContinuation: + Enabled: false diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index a7eef60..1929386 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2023-09-22 09:06:32 UTC using RuboCop version 1.56.3. +# on 2023-12-08 09:24:57 UTC using RuboCop version 1.58.0. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new