From 895f02cb4b9394818b3e3623d4195e12adceb990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Dec 2022 08:06:57 +0000 Subject: [PATCH] chore(deps-dev): Bump rubocop from 1.30.1 to 1.41.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.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.30.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 | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 311eea5..dd8fa3d 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ group :development do gem 'letter_opener', '~> 1.8.1' gem 'listen', '>= 3.0.5', '< 3.8' gem 'reek', '~> 6.1.1', require: false - gem 'rubocop', '~> 1.30.1', require: false + gem 'rubocop', '~> 1.41.1', require: false gem 'rubocop-rails', '~> 2.15.0', require: false gem 'rubocop-rspec', '~> 2.11.1', require: false gem 'spring', '~> 2.1.1' diff --git a/Gemfile.lock b/Gemfile.lock index fd6d938..40b71f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,6 +149,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) + json (2.6.3) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -191,7 +192,7 @@ GEM pagy (5.10.1) activesupport parallel (1.22.1) - parser (3.1.2.0) + parser (3.1.3.0) ast (~> 2.4.1) pg (1.4.1) public_suffix (4.0.6) @@ -245,7 +246,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) require_all (3.0.0) responders (3.0.1) actionpack (>= 5.0) @@ -269,16 +270,17 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.30.1) + rubocop (1.41.1) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.0.0) + 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.18.0, < 2.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.24.0) parser (>= 3.1.1.0) rubocop-rails (2.15.0) activesupport (>= 4.2.0) @@ -336,7 +338,7 @@ GEM tilt (2.0.10) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.3.0) uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) @@ -385,7 +387,7 @@ DEPENDENCIES reek (~> 6.1.1) rspec-json_expectations (~> 2.2.0) rspec-rails (~> 5.1.2) - rubocop (~> 1.30.1) + rubocop (~> 1.41.1) rubocop-rails (~> 2.15.0) rubocop-rspec (~> 2.11.1) sentry-rails