From 7047ec95187622642c27852500e18a3e0beee266 Mon Sep 17 00:00:00 2001 From: James Harton Date: Thu, 28 Jan 2021 21:36:36 +1300 Subject: [PATCH] Update dependency rubocop to ~> 1.9.0 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 90bcd45..f7c785d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gemspec gem 'pry', '~> 0.13.0' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.8.0' +gem 'rubocop', '~> 1.9.0' gem 'faker', '~> 2.11' diff --git a/Gemfile.lock b/Gemfile.lock index d93f56c..5eab685 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,7 +7,7 @@ PATH GEM remote: https://rubygems.org/ specs: - ast (2.4.1) + ast (2.4.2) coderay (1.1.2) concurrent-ruby (1.1.6) diff-lcs (1.3) @@ -40,7 +40,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.2) - rubocop (1.8.0) + rubocop (1.9.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -49,7 +49,7 @@ GEM rubocop-ast (>= 1.2.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.0) + rubocop-ast (1.4.1) parser (>= 2.7.1.5) ruby-progressbar (1.11.0) unicode-display_width (2.0.0) @@ -62,7 +62,7 @@ DEPENDENCIES pry (~> 0.13.0) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.8.0) + rubocop (~> 1.9.0) wag! BUNDLED WITH