From a86de9eab76e95791d24296cd6dd1553f3b2bfed 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:58:12 +0000 Subject: [PATCH] Bump rubocop from 1.11.0 to 1.12.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.11.0 to 1.12.1. - [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.11.0...v1.12.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d24ec99..50e0853 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rake', '~> 13.0' gem 'rspec', '~> 3.10' -gem 'rubocop', '~> 1.6' +gem 'rubocop', '~> 1.12' gem 'mysql2', '~> 0.5' diff --git a/Gemfile.lock b/Gemfile.lock index ee4f510..eb6fe6a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.11.0) + rubocop (1.12.1) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -72,7 +72,7 @@ DEPENDENCIES rails_cursor_pagination! rake (~> 13.0) rspec (~> 3.10) - rubocop (~> 1.6) + rubocop (~> 1.12) BUNDLED WITH 2.1.4