From e56e5e58aca8e5dded8deda5a964a9b8b1d73598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 16:34:50 +0000 Subject: [PATCH] Bump rubocop from 1.52.0 to 1.56.2 (#136) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.0 to 1.56.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.52.0...v1.56.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development 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 | 19 ++++++++++++------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index be48f7b..0e230c3 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ group :development, :test do gem 'debug', '~> 1.6' gem 'dotenv-rails' gem 'rspec-rails' - gem 'rubocop', '~> 1.31', require: false + gem 'rubocop', '~> 1.56', require: false gem 'rubocop-performance', '~> 1.14', require: false gem 'rubocop-rails', '~> 2.15', require: false gem 'seed_dump' diff --git a/Gemfile.lock b/Gemfile.lock index 7fcb002..c6b9622 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,6 +63,7 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.1.1) bcrypt (3.1.19) bootsnap (1.16.0) msgpack (~> 1.2) @@ -127,6 +128,7 @@ GEM jb (0.8.0) json (2.6.3) jwt (2.7.1) + language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -166,8 +168,9 @@ GEM nenv (~> 0.1) shellany (~> 0.0) parallel (1.23.0) - parser (3.2.2.1) + parser (3.2.2.3) ast (~> 2.4.1) + racc pg (1.5.3) pry (0.14.2) coderay (~> 1.1) @@ -217,10 +220,10 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.8.0) + regexp_parser (2.8.1) reline (0.3.5) io-console (~> 0.5) - rexml (3.2.5) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -242,14 +245,16 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.0) - rubocop (1.52.0) + rubocop (1.56.2) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.0, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) @@ -313,7 +318,7 @@ DEPENDENCIES rails (~> 6.1) ranked-model rspec-rails - rubocop (~> 1.31) + rubocop (~> 1.56) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) seed_dump