From 56745be9a551f22d3409e71c5f7ca2356455207f Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 1 Apr 2022 15:51:28 +0200 Subject: [PATCH] Update rubocop --- Gemfile.lock | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 362b881..7dc31ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -109,8 +109,8 @@ GEM racc (~> 1.4) nokogiri (1.12.5-x86_64-linux) racc (~> 1.4) - parallel (1.21.0) - parser (3.0.3.2) + parallel (1.22.1) + parser (3.1.1.0) ast (~> 2.4.1) pg (1.2.3) racc (1.6.0) @@ -143,21 +143,21 @@ GEM rake (>= 12.2) thor (~> 1.0) zeitwerk (~> 2.5) - rainbow (3.0.0) + rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.2.0) + regexp_parser (2.2.1) rexml (3.2.5) - rubocop (1.23.0) + rubocop (1.26.1) 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.12.0, < 2.0) + rubocop-ast (>= 1.16.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.0) - parser (>= 3.0.1.1) + rubocop-ast (1.16.0) + parser (>= 3.1.1.0) rubocop-minitest (0.17.0) rubocop (>= 0.90, < 2.0) rubocop-packaging (0.5.1)