mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 12:00:03 -05:00
Bump standard and rubocop in /dependencies (#4862)
Bumps [standard](https://github.com/standardrb/standard) and [rubocop](https://github.com/rubocop/rubocop). These dependencies needed to be updated together. Updates `standard` from 1.31.2 to 1.32.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.31.2...v1.32.0) Updates `rubocop` from 1.56.4 to 1.57.2 - [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.56.4...v1.57.2) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor - 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
044d4f4a8d
commit
f13a6f98c5
2 changed files with 10 additions and 11 deletions
4
dependencies/Gemfile
vendored
4
dependencies/Gemfile
vendored
|
@ -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.56.4"
|
gem "rubocop", "~> 1.57.2"
|
||||||
gem "rubocop-github", "~> 0.20.0"
|
gem "rubocop-github", "~> 0.20.0"
|
||||||
gem "rubocop-minitest", "~> 0.33.0"
|
gem "rubocop-minitest", "~> 0.33.0"
|
||||||
gem "rubocop-performance", "~>1.19.1"
|
gem "rubocop-performance", "~>1.19.1"
|
||||||
gem "rubocop-rails", "~> 2.22"
|
gem "rubocop-rails", "~> 2.22"
|
||||||
gem "rubocop-rake", "~> 0.6.0"
|
gem "rubocop-rake", "~> 0.6.0"
|
||||||
gem "rubocop-rspec", "~> 2.25.0"
|
gem "rubocop-rspec", "~> 2.25.0"
|
||||||
gem "standard", "~>1.31"
|
gem "standard", "~>1.32"
|
||||||
|
|
17
dependencies/Gemfile.lock
vendored
17
dependencies/Gemfile.lock
vendored
|
@ -12,7 +12,7 @@ GEM
|
||||||
mutex_m
|
mutex_m
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
base64 (0.1.1)
|
base64 (0.2.0)
|
||||||
bigdecimal (3.1.4)
|
bigdecimal (3.1.4)
|
||||||
concurrent-ruby (1.2.2)
|
concurrent-ruby (1.2.2)
|
||||||
connection_pool (2.4.1)
|
connection_pool (2.4.1)
|
||||||
|
@ -29,17 +29,16 @@ GEM
|
||||||
parser (3.2.2.4)
|
parser (3.2.2.4)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
racc (1.7.1)
|
racc (1.7.3)
|
||||||
rack (3.0.8)
|
rack (3.0.8)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.8.2)
|
regexp_parser (2.8.2)
|
||||||
rexml (3.2.6)
|
rexml (3.2.6)
|
||||||
rubocop (1.56.4)
|
rubocop (1.57.2)
|
||||||
base64 (~> 0.1.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.2.2.3)
|
parser (>= 3.2.2.4)
|
||||||
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)
|
||||||
|
@ -73,10 +72,10 @@ GEM
|
||||||
rubocop-factory_bot (~> 2.22)
|
rubocop-factory_bot (~> 2.22)
|
||||||
ruby-progressbar (1.13.0)
|
ruby-progressbar (1.13.0)
|
||||||
ruby2_keywords (0.0.5)
|
ruby2_keywords (0.0.5)
|
||||||
standard (1.31.2)
|
standard (1.32.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.56.4)
|
rubocop (~> 1.57.2)
|
||||||
standard-custom (~> 1.0.0)
|
standard-custom (~> 1.0.0)
|
||||||
standard-performance (~> 1.2)
|
standard-performance (~> 1.2)
|
||||||
standard-custom (1.0.2)
|
standard-custom (1.0.2)
|
||||||
|
@ -93,14 +92,14 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.56.4)
|
rubocop (~> 1.57.2)
|
||||||
rubocop-github (~> 0.20.0)
|
rubocop-github (~> 0.20.0)
|
||||||
rubocop-minitest (~> 0.33.0)
|
rubocop-minitest (~> 0.33.0)
|
||||||
rubocop-performance (~> 1.19.1)
|
rubocop-performance (~> 1.19.1)
|
||||||
rubocop-rails (~> 2.22)
|
rubocop-rails (~> 2.22)
|
||||||
rubocop-rake (~> 0.6.0)
|
rubocop-rake (~> 0.6.0)
|
||||||
rubocop-rspec (~> 2.25.0)
|
rubocop-rspec (~> 2.25.0)
|
||||||
standard (~> 1.31)
|
standard (~> 1.32)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.26
|
2.3.26
|
||||||
|
|
Loading…
Reference in a new issue