From ddbbec3bf8f615fac3275a2752e8de2cc174edf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 04:26:42 +0000 Subject: [PATCH] chore(deps-dev): update rubocop requirement from = 1.12.0 to = 1.12.1 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.12.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- api-blocks.gemspec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 389ece2..4becbaf 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.12.1' # 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..e7421fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -221,7 +221,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.0) - rubocop (1.12.0) + rubocop (1.12.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -263,7 +263,7 @@ DEPENDENCIES rails (~> 6.0) rake rspec (>= 3.0.0) - rubocop (~> 1.12.0) + rubocop (~> 1.12.1) rubocop-config-rufo (~> 0.1.0)! yard yard-activesupport-concern diff --git a/api-blocks.gemspec b/api-blocks.gemspec index 586cdd7..6f27c9a 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.12.1' s.add_development_dependency 'yard' s.add_development_dependency 'yard-activesupport-concern'