Bump rubocop from 1.35.0 to 1.36.0 in /dependencies (#3291)

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 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.0...v1.36.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-09-28 12:13:49 +02:00 committed by GitHub
parent 72b6a6d1ce
commit ddf7c7560b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.35.0"
gem "rubocop", "~> 1.36.0"
gem "rubocop-github", "~> 0.18.0"
gem "rubocop-minitest", "~> 0.22.1"
gem "rubocop-performance", "~>1.14.3"

View file

@ -19,7 +19,7 @@ GEM
rainbow (3.1.1)
regexp_parser (2.6.0)
rexml (3.2.5)
rubocop (1.35.0)
rubocop (1.36.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
@ -57,7 +57,7 @@ PLATFORMS
ruby
DEPENDENCIES
rubocop (~> 1.35.0)
rubocop (~> 1.36.0)
rubocop-github (~> 0.18.0)
rubocop-minitest (~> 0.22.1)
rubocop-performance (~> 1.14.3)