From 992ac58f5640d7aaeb2caca89b2af2fce67052dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 22:05:48 +0000 Subject: [PATCH] build(deps-dev): bump rubocop from 1.9.1 to 1.11.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.9.1 to 1.11.0. - [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.9.1...v1.11.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4af5ba03ec1..e881bb64da6 100644 --- a/Gemfile +++ b/Gemfile @@ -89,7 +89,7 @@ group :test do gem 'rspec-rails', '~> 4.1.0' gem 'rspec-wait' gem 'rspec_api_documentation', '>= 6.1.0' - gem 'rubocop', '~> 1.9.1' + gem 'rubocop', '~> 1.11.0' gem 'timecop' gem 'webmock', '> 2.3.1' end diff --git a/Gemfile.lock b/Gemfile.lock index 638db4eb703..5e61f2231b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,7 +409,7 @@ GEM activesupport (>= 3.0.0) mustache (~> 1.0, >= 0.99.4) rspec (~> 3.0) - rubocop (1.9.1) + rubocop (1.11.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -582,7 +582,7 @@ DEPENDENCIES rspec-rails (~> 4.1.0) rspec-wait rspec_api_documentation (>= 6.1.0) - rubocop (~> 1.9.1) + rubocop (~> 1.11.0) ruby-debug-ide (>= 0.7.0.beta4) rubyzip (>= 1.3.0) scientist (~> 1.1.0)