From 741fc3a05263c03bfee18dee84b22ca78a4d8036 Mon Sep 17 00:00:00 2001 From: James Harton Date: Sun, 10 Jul 2022 05:09:30 +1200 Subject: [PATCH] chore(deps): update dependency rubocop to ~> 1.31.0 --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c2c1daf..2e06907 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.30.0' +gem 'rubocop', '~> 1.31.0' gem 'faker', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index 8214425..ca07710 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,6 +16,7 @@ GEM i18n (>= 1.8.11, < 2) i18n (1.10.0) concurrent-ruby (~> 1.0) + json (2.6.2) method_source (1.0.0) parallel (1.22.1) parser (3.1.2.0) @@ -40,7 +41,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.11.0) rspec-support (3.11.0) - rubocop (1.30.1) + rubocop (1.31.2) + json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -62,7 +64,7 @@ DEPENDENCIES pry (~> 0.14.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.30.0) + rubocop (~> 1.31.0) wag! BUNDLED WITH