From 6ab685cfc973d48b9cabdbb41089020da75ab282 Mon Sep 17 00:00:00 2001 From: James Harton Date: Sat, 7 Jan 2023 17:56:05 +1300 Subject: [PATCH] chore(deps): update dependency rubocop to '~> 1.42.0' --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 9113fc6..15d91c4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gemspec gem 'pry', '~> 0.14.0' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.40.0' +gem 'rubocop', '~> 1.42.0' gem 'faker', '~> 3.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5e2e430..d6164c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,14 +41,14 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.40.0) + rubocop (1.42.0) json (~> 2.3) parallel (~> 1.10) 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.23.0, < 2.0) + rubocop-ast (>= 1.24.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.24.1) @@ -64,7 +64,7 @@ DEPENDENCIES pry (~> 0.14.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.40.0) + rubocop (~> 1.42.0) wag! BUNDLED WITH