From 21c81e7bcdc83ffb92b28b5ef22007492eb95a00 Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Sat, 23 Jul 2022 15:45:42 +0200 Subject: [PATCH] Update `rubocop` --- Gemfile.lock | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f559688f..3c4bf110 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -454,16 +454,17 @@ GEM rspec-core (~> 3.0, >= 3.0.0) sidekiq (>= 2.4.0) rspec-support (3.11.0) - rubocop (1.24.1) + rubocop (1.32.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 3.0.0.0) + parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) - rexml - rubocop-ast (>= 1.15.1, < 2.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.19.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.18.0) + rubocop-ast (1.19.1) parser (>= 3.1.1.0) rubocop-rails (2.15.2) activesupport (>= 4.2.0)