From f5a793e0ef8a915728b72ec6bda82dc0a866eb44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:26:05 +0000 Subject: [PATCH] Bump rubocop from 1.35.1 to 1.36.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 to 1.36.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.35.1...v1.36.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5b9b81b..cb4e0f1 100644 --- a/Gemfile +++ b/Gemfile @@ -215,7 +215,7 @@ group :development do # Automatic Ruby code style checking tool # Read more: https://docs.rubocop.org/ - gem 'rubocop', '~> 1.35', require: false + gem 'rubocop', '~> 1.36', require: false gem 'rubocop-performance', '~> 1.14', require: false gem 'rubocop-rails', '~> 2.15' gem 'rubocop-rspec', '~> 2.12', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 18cf165..24a2308 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ GEM rspec-mocks (~> 3.10) rspec-support (~> 3.10) rspec-support (3.11.0) - rubocop (1.35.1) + rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) @@ -503,7 +503,7 @@ DEPENDENCIES reek (~> 6.1) rolify (~> 6.0) rspec-rails (~> 5.1) - rubocop (~> 1.35) + rubocop (~> 1.36) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12)