From e16cd322ea155f250eb276c11501aa4b9781a39b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 16 Feb 2021 03:23:03 +0000 Subject: [PATCH] Bump rubocop from 1.9.1 to 1.10.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 1.9.1 to 1.10.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v1.9.1...v1.10.0) 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 4e3b42d6d..a53b7b607 100644 --- a/Gemfile +++ b/Gemfile @@ -44,7 +44,7 @@ group :test do gem 'rspec-html-matchers', '~> 0.9.4' gem 'rspec_junit_formatter' gem 'rspec-rails', '~> 4.0' - gem 'rubocop', '~> 1.9', require: false + gem 'rubocop', '~> 1.10', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false gem 'rubocop-rspec', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 93bde976a..78c1c7e54 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -350,7 +350,7 @@ GEM rspec-support (3.10.1) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - rubocop (1.9.1) + rubocop (1.10.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -511,7 +511,7 @@ DEPENDENCIES rspec-html-matchers (~> 0.9.4) rspec-rails (~> 4.0) rspec_junit_formatter - rubocop (~> 1.9) + rubocop (~> 1.10) rubocop-performance rubocop-rails rubocop-rspec