From 1fd801417bff652cb7fde170ddb1d163a61b812a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:01:27 +0000 Subject: [PATCH] chore(deps-dev): bump rubocop from 1.15.0 to 1.41.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.15.0 to 1.41.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.15.0...v1.41.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1a50ef4c..8e539011 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,6 +113,7 @@ GEM rails (>= 4.2) jbuilder (2.11.2) activesupport (>= 5.0.0) + json (2.6.3) listen (3.5.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) @@ -131,8 +132,8 @@ GEM nokogiri (1.11.6) mini_portile2 (~> 2.5.0) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.1.1) + parallel (1.22.1) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.2.3) puma (5.3.2) @@ -170,13 +171,13 @@ GEM method_source rake (>= 0.8.7) thor (~> 1.0) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.3) rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) redis (4.2.5) - regexp_parser (2.1.1) + regexp_parser (2.6.1) rexml (3.2.5) rspec-collection_matchers (1.2.0) rspec-expectations (>= 2.99.0.beta1) @@ -197,17 +198,18 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.10.2) - rubocop (1.15.0) + rubocop (1.41.1) + 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.5.0, < 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.7.0) - parser (>= 3.0.1.1) + rubocop-ast (1.24.0) + parser (>= 3.1.1.0) rubocop-faker (1.1.0) faker (>= 2.12.0) rubocop (>= 0.82.0) @@ -266,7 +268,7 @@ GEM ethon (>= 0.9.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.3.0) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0)