From 711434d73ba1f5fc71ff02b3b9e7bbfc6887020b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:14:15 +0200 Subject: [PATCH] fix: :rocket: bundler: bump rubocop from 1.56.4 to 1.57.2 (#442) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.4 to 1.57.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.56.4...v1.57.2) --- 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 | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 9f65e263..560df853 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "code-scanning-rubocop", "~> 0.6.1" gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0" gem "google-protobuf", "~> 3.24.4" gem "rake", "~> 13.0" -gem "rubocop", "~> 1.56" +gem "rubocop", "~> 1.57" gem "rubocop-changes", "~> 0.8.1" gem "rubocop-config-prettier", "~> 0.1.13" gem "rubocop-git", "~> 0.1.3" diff --git a/Gemfile.lock b/Gemfile.lock index dbe0b5d2..edf8287b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,12 +62,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.4) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -134,7 +133,7 @@ DEPENDENCIES google-protobuf (~> 3.24.4) rake (~> 13.0) rspec - rubocop (~> 1.56) + rubocop (~> 1.57) rubocop-changes (~> 0.8.1) rubocop-config-prettier (~> 0.1.13) rubocop-git (~> 0.1.3)