mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
deps(bundler): bump rubocop from 1.62.1 to 1.65.1 in /dependencies (#6023)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.65.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.62.1...v1.65.1) --- updated-dependencies: - dependency-name: rubocop 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:
parent
ee53c39ab7
commit
14e7f7ca2b
2 changed files with 11 additions and 10 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -4,7 +4,7 @@ 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.62.1"
|
gem "rubocop", "~> 1.65.1"
|
||||||
gem "rubocop-github", "~> 0.20.0"
|
gem "rubocop-github", "~> 0.20.0"
|
||||||
gem "rubocop-minitest", "~> 0.35.1"
|
gem "rubocop-minitest", "~> 0.35.1"
|
||||||
gem "rubocop-performance", "~>1.21.1"
|
gem "rubocop-performance", "~>1.21.1"
|
||||||
|
|
19
dependencies/Gemfile.lock
vendored
19
dependencies/Gemfile.lock
vendored
|
@ -24,23 +24,23 @@ GEM
|
||||||
lint_roller (1.1.0)
|
lint_roller (1.1.0)
|
||||||
minitest (5.24.1)
|
minitest (5.24.1)
|
||||||
mutex_m (0.2.0)
|
mutex_m (0.2.0)
|
||||||
parallel (1.25.1)
|
parallel (1.26.2)
|
||||||
parser (3.3.4.0)
|
parser (3.3.4.2)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (3.1.7)
|
rack (3.1.7)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.9.2)
|
regexp_parser (2.9.2)
|
||||||
rexml (3.3.4)
|
rexml (3.3.5)
|
||||||
strscan
|
strscan
|
||||||
rubocop (1.62.1)
|
rubocop (1.65.1)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
language_server-protocol (>= 3.17.0)
|
language_server-protocol (>= 3.17.0)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.3.0.2)
|
parser (>= 3.3.0.2)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
regexp_parser (>= 1.8, < 3.0)
|
regexp_parser (>= 2.4, < 3.0)
|
||||||
rexml (>= 3.2.5, < 4.0)
|
rexml (>= 3.2.5, < 4.0)
|
||||||
rubocop-ast (>= 1.31.1, < 2.0)
|
rubocop-ast (>= 1.31.1, < 2.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
|
@ -74,12 +74,12 @@ GEM
|
||||||
rubocop (~> 1.61)
|
rubocop (~> 1.61)
|
||||||
rubocop-rspec (~> 3, >= 3.0.1)
|
rubocop-rspec (~> 3, >= 3.0.1)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
standard (1.35.1)
|
standard (1.40.0)
|
||||||
language_server-protocol (~> 3.17.0.2)
|
language_server-protocol (~> 3.17.0.2)
|
||||||
lint_roller (~> 1.0)
|
lint_roller (~> 1.0)
|
||||||
rubocop (~> 1.62.0)
|
rubocop (~> 1.65.0)
|
||||||
standard-custom (~> 1.0.0)
|
standard-custom (~> 1.0.0)
|
||||||
standard-performance (~> 1.3)
|
standard-performance (~> 1.4)
|
||||||
standard-custom (1.0.2)
|
standard-custom (1.0.2)
|
||||||
lint_roller (~> 1.0)
|
lint_roller (~> 1.0)
|
||||||
rubocop (~> 1.50)
|
rubocop (~> 1.50)
|
||||||
|
@ -92,10 +92,11 @@ GEM
|
||||||
unicode-display_width (2.5.0)
|
unicode-display_width (2.5.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
x86_64-linux
|
||||||
x86_64-linux-musl
|
x86_64-linux-musl
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.62.1)
|
rubocop (~> 1.65.1)
|
||||||
rubocop-capybara (~> 2.21)
|
rubocop-capybara (~> 2.21)
|
||||||
rubocop-factory_bot (~> 2.26)
|
rubocop-factory_bot (~> 2.26)
|
||||||
rubocop-github (~> 0.20.0)
|
rubocop-github (~> 0.20.0)
|
||||||
|
|
Loading…
Reference in a new issue