Bump rubocop from 1.43.0 to 1.44.0 in /dependencies

Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.43.0 to 1.44.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.43.0...v1.44.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-01-23 13:01:12 +00:00 committed by Brett Logan
parent ef31553688
commit 1a7a56df50
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.43.0"
gem "rubocop", "~> 1.44.0"
gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.26.0"
gem "rubocop-performance", "~>1.15.2"

View file

@ -17,9 +17,9 @@ GEM
ast (~> 2.4.1)
rack (3.0.3)
rainbow (3.1.1)
regexp_parser (2.6.1)
regexp_parser (2.6.2)
rexml (3.2.5)
rubocop (1.43.0)
rubocop (1.44.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.2.0.0)
@ -60,7 +60,7 @@ PLATFORMS
ruby
DEPENDENCIES
rubocop (~> 1.43.0)
rubocop (~> 1.44.0)
rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.26.0)
rubocop-performance (~> 1.15.2)