From cce8b13a491253ffbf4c075fe4ed82eda26aa698 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Jul 2021 04:32:06 +0000 Subject: [PATCH] chore(deps-dev): update rubocop requirement from = 1.12.0 to = 1.18.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.12.0...v1.18.2) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- api-blocks.gemspec | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 389ece2..194f776 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gemspec group :development, :test do # Automatic Ruby code style checking tool. Aims to enforce the # community-driven Ruby Style Guide. - gem 'rubocop', '~> 1.12.0' + gem 'rubocop', '~> 1.18.2' # Turns off all rubocop cops that are unnecessary or might conflict with rufo. gem 'rubocop-config-rufo', '~> 0.1.0', git: 'https://github.com/tymate/rubocop-config-rufo' end diff --git a/Gemfile.lock b/Gemfile.lock index 43e3113..360ae50 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -158,7 +158,7 @@ GEM mini_portile2 (~> 2.5.0) racc (~> 1.4) parallel (1.20.1) - parser (3.0.0.0) + parser (3.0.1.1) ast (~> 2.4.1) problem_details (0.2.2) rack (>= 1.1.0) @@ -207,7 +207,7 @@ GEM responders (3.0.1) actionpack (>= 5.0) railties (>= 5.0) - rexml (3.2.4) + rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -221,17 +221,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - rubocop (1.12.0) + rubocop (1.18.2) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml - rubocop-ast (>= 1.2.0, < 2.0) + rubocop-ast (>= 1.7.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.4.1) - parser (>= 2.7.1.5) + rubocop-ast (1.7.0) + parser (>= 3.0.1.1) ruby-progressbar (1.11.0) sprockets (4.0.2) concurrent-ruby (~> 1.0) @@ -263,7 +263,7 @@ DEPENDENCIES rails (~> 6.0) rake rspec (>= 3.0.0) - rubocop (~> 1.12.0) + rubocop (~> 1.18.2) rubocop-config-rufo (~> 0.1.0)! yard yard-activesupport-concern diff --git a/api-blocks.gemspec b/api-blocks.gemspec index 586cdd7..9bdc2aa 100644 --- a/api-blocks.gemspec +++ b/api-blocks.gemspec @@ -33,7 +33,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'rails', '~> 6.0' s.add_development_dependency 'rake' s.add_development_dependency 'rspec', '>= 3.0.0' - s.add_development_dependency 'rubocop', '1.12.0' + s.add_development_dependency 'rubocop', '1.18.2' s.add_development_dependency 'yard' s.add_development_dependency 'yard-activesupport-concern'