From 6b7486febb21ba4ef0095f92feb2187851ba511a Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 29 Sep 2021 20:45:52 +1300 Subject: [PATCH] Update dependency rubocop to ~> 1.22.0 --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index b1da2a4..6fb13f1 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.21.0' +gem 'rubocop', '~> 1.22.0' gem 'faker', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index d2326e9..320f29b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,19 +40,19 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (1.21.0) + rubocop (1.22.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.9.1, < 2.0) + rubocop-ast (>= 1.12.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.11.0) + rubocop-ast (1.12.0) parser (>= 3.0.1.1) ruby-progressbar (1.11.0) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) PLATFORMS ruby @@ -62,7 +62,7 @@ DEPENDENCIES pry (~> 0.14.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.21.0) + rubocop (~> 1.22.0) wag! BUNDLED WITH