From 09671230783c3546bb9f1e224c1224a43394cf9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 09:37:44 +0000 Subject: [PATCH] Bump rubocop from 1.21.0 to 1.38.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.21.0 to 1.38.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.21.0...v1.38.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 26 ++++++++++++++------------ 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index 1b99548..0db12a1 100644 --- a/Gemfile +++ b/Gemfile @@ -15,6 +15,6 @@ group :development, :test do gem "byebug" gem "rake", "~> 13.0" gem "rspec", "~> 3.0" - gem "rubocop", "~> 1.7" + gem "rubocop", "~> 1.38" gem "simplecov", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 506b4d4..dfd5262 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,13 +63,14 @@ GEM dry-schema (~> 1.8, >= 1.8.0) i18n (1.8.10) concurrent-ruby (~> 1.0) + json (2.6.2) minitest (5.14.4) - parallel (1.21.0) - parser (3.0.2.0) + parallel (1.22.1) + parser (3.1.2.1) ast (~> 2.4.1) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.1.1) + regexp_parser (2.6.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -84,17 +85,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.21.0) + rubocop (1.38.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.9.1, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.11.0) - parser (>= 3.0.1.1) + rubocop-ast (1.23.0) + parser (>= 3.1.1.0) ruby-progressbar (1.11.0) simplecov (0.21.2) docile (~> 1.1) @@ -104,7 +106,7 @@ GEM simplecov_json_formatter (0.1.3) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.3.0) zeitwerk (2.4.2) PLATFORMS @@ -121,7 +123,7 @@ DEPENDENCIES dry-validation rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.7) + rubocop (~> 1.38) simplecov use_cases!