From 7a2ec5935c9d0ccb0dcdaa256d3ea3efb3e6b63c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 08:42:21 +0000 Subject: [PATCH] Bump rubocop from 1.35.1 to 1.41.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 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.35.1...v1.41.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 5b9b81b..32bd830 100644 --- a/Gemfile +++ b/Gemfile @@ -215,7 +215,7 @@ group :development do # Automatic Ruby code style checking tool # Read more: https://docs.rubocop.org/ - gem 'rubocop', '~> 1.35', require: false + gem 'rubocop', '~> 1.41', require: false gem 'rubocop-performance', '~> 1.14', require: false gem 'rubocop-rails', '~> 2.15' gem 'rubocop-rspec', '~> 2.12', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..400f9b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -199,7 +199,7 @@ GEM regexp_property_values (~> 1.0) jsbundling-rails (1.0.3) railties (>= 6.0.0) - json (2.6.2) + json (2.6.3) kwalify (0.7.2) launchy (2.5.0) addressable (~> 2.7) @@ -244,7 +244,7 @@ GEM sawyer (~> 0.9) orm_adapter (0.5.0) parallel (1.22.1) - parser (3.1.2.1) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.3) prettier (3.2.0) @@ -334,7 +334,7 @@ GEM kwalify (~> 0.7.0) parser (~> 3.1.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.5.0) + regexp_parser (2.6.1) regexp_property_values (1.3.0) reline (0.3.1) io-console (~> 0.5) @@ -361,17 +361,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.35.1) + rubocop (1.41.1) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) @@ -435,7 +435,7 @@ GEM railties (>= 6.0.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.2.0) + unicode-display_width (2.3.0) uniform_notifier (1.16.0) valid_email2 (4.0.4) activemodel (>= 3.2) @@ -503,7 +503,7 @@ DEPENDENCIES reek (~> 6.1) rolify (~> 6.0) rspec-rails (~> 5.1) - rubocop (~> 1.35) + rubocop (~> 1.41) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12)