Bump rubocop-performance, rubocop and standard in /dependencies (#4569)

Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance), [rubocop](https://github.com/rubocop/rubocop) and [standard](https://github.com/standardrb/standard). These dependencies needed to be updated together.

Updates `rubocop-performance` from 1.16.0 to 1.19.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.16.0...v1.19.0)

Updates `rubocop` from 1.48.1 to 1.56.1
- [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.48.1...v1.56.1)

Updates `standard` from 1.26.0 to 1.31.0
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](https://github.com/standardrb/standard/compare/v1.26.0...v1.31.0)

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

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] 2023-08-25 18:51:14 +00:00 committed by GitHub
parent 775899c0ee
commit bd7ce7a384
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 13 deletions

View file

@ -4,11 +4,11 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.48.1" gem "rubocop", "~> 1.56.1"
gem "rubocop-github", "~> 0.20.0" gem "rubocop-github", "~> 0.20.0"
gem "rubocop-minitest", "~> 0.31.0" gem "rubocop-minitest", "~> 0.31.0"
gem "rubocop-performance", "~>1.16.0" gem "rubocop-performance", "~>1.19.0"
gem "rubocop-rails", "~> 2.20" gem "rubocop-rails", "~> 2.20"
gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rake", "~> 0.6.0"
gem "rubocop-rspec", "~> 2.23.2" gem "rubocop-rspec", "~> 2.23.2"
gem "standard", "~>1.25" gem "standard", "~>1.31"

View file

@ -7,11 +7,13 @@ GEM
minitest (>= 5.1) minitest (>= 5.1)
tzinfo (~> 2.0) tzinfo (~> 2.0)
ast (2.4.2) ast (2.4.2)
base64 (0.1.1)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.2)
i18n (1.14.1) i18n (1.14.1)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
json (2.6.3) json (2.6.3)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
lint_roller (1.1.0)
minitest (5.19.0) minitest (5.19.0)
parallel (1.23.0) parallel (1.23.0)
parser (3.2.2.3) parser (3.2.2.3)
@ -22,14 +24,16 @@ GEM
rainbow (3.1.1) rainbow (3.1.1)
regexp_parser (2.8.1) regexp_parser (2.8.1)
rexml (3.2.6) rexml (3.2.6)
rubocop (1.48.1) rubocop (1.56.1)
base64 (~> 0.1.1)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.0.0) parser (>= 3.2.2.3)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0) rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0) rubocop-ast (1.29.0)
@ -44,7 +48,7 @@ GEM
rubocop-rails (>= 2.17) rubocop-rails (>= 2.17)
rubocop-minitest (0.31.0) rubocop-minitest (0.31.0)
rubocop (>= 1.39, < 2.0) rubocop (>= 1.39, < 2.0)
rubocop-performance (1.16.0) rubocop-performance (1.19.0)
rubocop (>= 1.7.0, < 2.0) rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0) rubocop-ast (>= 0.4.0)
rubocop-rails (2.20.2) rubocop-rails (2.20.2)
@ -58,10 +62,18 @@ GEM
rubocop-capybara (~> 2.17) rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22) rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
standard (1.26.0) standard (1.31.0)
language_server-protocol (~> 3.17.0.2) language_server-protocol (~> 3.17.0.2)
rubocop (~> 1.48.1) lint_roller (~> 1.0)
rubocop-performance (~> 1.16.0) rubocop (~> 1.56.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.2)
standard-custom (1.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.50)
standard-performance (1.2.0)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.0)
tzinfo (2.0.6) tzinfo (2.0.6)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2) unicode-display_width (2.4.2)
@ -70,14 +82,14 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
rubocop (~> 1.48.1) rubocop (~> 1.56.1)
rubocop-github (~> 0.20.0) rubocop-github (~> 0.20.0)
rubocop-minitest (~> 0.31.0) rubocop-minitest (~> 0.31.0)
rubocop-performance (~> 1.16.0) rubocop-performance (~> 1.19.0)
rubocop-rails (~> 2.20) rubocop-rails (~> 2.20)
rubocop-rake (~> 0.6.0) rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.23.2) rubocop-rspec (~> 2.23.2)
standard (~> 1.25) standard (~> 1.31)
BUNDLED WITH BUNDLED WITH
2.3.26 2.3.26