From ea15c7c6f57e4186135eb05c24ddd2e3e6db0eb0 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 23 Jul 2022 23:07:43 +0200 Subject: [PATCH] Bump rubocop --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3295778..b9077eb 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ group :development do # code style gem "pronto", "0.11.0", require: false gem "pronto-rubocop", "0.11.2", require: false - gem "rubocop", "1.31.2", require: false + gem "rubocop", "1.32.0", require: false gem "rubocop-rails", "2.15.2", require: false gem "rubocop-rake", "0.6.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 04ffdd1..1a41597 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,14 +166,14 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.31.2) + rubocop (1.32.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) 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.19.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.19.1) @@ -240,7 +240,7 @@ DEPENDENCIES rspec-collection_matchers (~> 1.2.0) rspec-json_expectations (~> 2.1) rspec-rails (~> 5.1.2) - rubocop (= 1.31.2) + rubocop (= 1.32.0) rubocop-rails (= 2.15.2) rubocop-rake (= 0.6.0) simplecov (= 0.21.2)