From f61cf9931c2402cf6bfc81903d067379b847d4d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:13:09 +0000 Subject: [PATCH] Bump rubocop from 0.86.0 to 1.34.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 0.86.0 to 1.34.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/v0.86.0...v1.34.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 27 ++++++++++++++------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 5692145..94fc80e 100644 --- a/Gemfile +++ b/Gemfile @@ -116,7 +116,7 @@ group :development do gem "overcommit", require: false gem "rails_best_practices", require: false gem "reek", require: false - gem "rubocop", '~> 0.86.0', require: false + gem "rubocop", '~> 1.34.0', require: false gem "rubocop-rails", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..013d6fe 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -161,8 +161,8 @@ GEM childprocess (>= 0.6.3, < 5) iniparse (~> 1.4) rexml (~> 3.2) - parallel (1.19.2) - parser (3.1.0.0) + parallel (1.22.1) + parser (3.1.2.1) ast (~> 2.4.1) pg (1.3.3) public_suffix (4.0.6) @@ -219,7 +219,7 @@ GEM kwalify (~> 0.7.0) parser (~> 3.1.0) rainbow (>= 2.0, < 4.0) - regexp_parser (2.1.1) + regexp_parser (2.5.0) require_all (3.0.0) responders (3.0.1) actionpack (>= 5.0) @@ -244,17 +244,18 @@ GEM rspec-support (3.10.3) rspec_junit_formatter (0.5.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (0.86.0) + rubocop (1.34.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.0.1) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.7) - rexml - rubocop-ast (>= 0.0.3, < 1.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.20.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.0.3) - parser (>= 2.7.0.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.21.0) + parser (>= 3.1.1.0) rubocop-rails (2.6.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -305,7 +306,7 @@ GEM concurrent-ruby (~> 1.0) uglifier (4.2.0) execjs (>= 0.3.0, < 3) - unicode-display_width (1.7.0) + unicode-display_width (2.2.0) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.0) @@ -358,7 +359,7 @@ DEPENDENCIES reek rspec-rails rspec_junit_formatter - rubocop (~> 0.86.0) + rubocop (~> 1.34.0) rubocop-rails sass-rails (~> 6) selenium-webdriver