From a24136c4b981fa303bc5553a5ed561794b20f9de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:08:13 +0000 Subject: [PATCH] Bump rubocop from 1.34.1 to 1.36.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.34.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.34.1...v1.36.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 578cafb..d0c97b1 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'minitest-ci', '~> 3.4' gem 'minitest-reporters', '~> 1.3' gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' -gem 'rubocop', '1.34.1' +gem 'rubocop', '1.36.0' gem 'rubocop-minitest', '0.21.0' gem 'rubocop-packaging', '0.5.1' gem 'rubocop-performance', '1.14.3' diff --git a/Gemfile.lock b/Gemfile.lock index 76da4df..2155c0b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,14 +27,14 @@ GEM rake regexp_parser (2.5.0) rexml (3.2.5) - rubocop (1.34.1) + rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.0, < 2.0) + rubocop-ast (>= 1.20.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.21.0) @@ -61,7 +61,7 @@ DEPENDENCIES minitest-reporters (~> 1.3) rake (~> 13.0) rake-compiler (~> 1.2) - rubocop (= 1.34.1) + rubocop (= 1.36.0) rubocop-minitest (= 0.21.0) rubocop-packaging (= 0.5.1) rubocop-performance (= 1.14.3)