From 7edfdd52e7b91a40cfe1ad68c2f24c51386ae2b7 Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 14 Sep 2021 01:42:03 +1200 Subject: [PATCH] Update dependency rubocop to ~> 1.21.0 --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2ecad89..b1da2a4 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.20.0' +gem 'rubocop', '~> 1.21.0' gem 'faker', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index 79eebab..d2326e9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,7 +17,7 @@ GEM i18n (1.8.2) concurrent-ruby (~> 1.0) method_source (1.0.0) - parallel (1.20.1) + parallel (1.21.0) parser (3.0.2.0) ast (~> 2.4.1) pry (0.14.0) @@ -40,7 +40,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (1.20.0) + rubocop (1.21.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -62,7 +62,7 @@ DEPENDENCIES pry (~> 0.14.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.20.0) + rubocop (~> 1.21.0) wag! BUNDLED WITH