From 165e269dba09a15e1bacf808db0cc41fbe046d2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 15:58:21 +0000 Subject: [PATCH] Bump rubocop from 1.21.0 to 1.45.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.21.0 to 1.45.1. - [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.45.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 044d7fe..75553a2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -97,6 +97,7 @@ GEM i18n (1.8.10) concurrent-ruby (~> 1.0) jaro_winkler (1.5.4) + json (2.6.3) kramdown (2.3.1) rexml kramdown-parser-gfm (1.1.0) @@ -118,8 +119,8 @@ GEM nio4r (2.5.8) nokogiri (1.12.3-x86_64-linux) racc (~> 1.4) - parallel (1.21.0) - parser (3.0.2.0) + parallel (1.22.1) + parser (3.2.1.0) ast (~> 2.4.1) public_suffix (4.0.6) puma (5.4.0) @@ -156,7 +157,7 @@ GEM method_source rake (>= 0.13) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) rb-fsevent (0.11.0) rb-inotify (0.10.1) @@ -171,7 +172,7 @@ GEM redis-store (>= 1.2, < 2) redis-store (1.9.0) redis (>= 4, < 5) - regexp_parser (2.1.1) + regexp_parser (2.7.0) reverse_markdown (2.0.0) nokogiri rexml (3.2.5) @@ -192,17 +193,18 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (1.21.0) + rubocop (1.45.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.2.0.0) 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.24.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.11.0) - parser (>= 3.0.1.1) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.24.1) + parser (>= 3.1.1.0) rubocop-performance (1.11.5) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -252,7 +254,7 @@ GEM tilt (2.0.10) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.4.2) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0)