mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
deps(bundler): bump standard and rubocop in /dependencies (#5107)
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.32.1 to 1.33.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.32.1...v1.33.0) Updates `rubocop` from 1.57.2 to 1.59.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.57.2...v1.59.0) --- 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
bf832c60ae
commit
efc2f05e9b
2 changed files with 11 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}" }
|
||||
|
||||
gem "rubocop", "~> 1.57.2"
|
||||
gem "rubocop", "~> 1.59.0"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.34.4"
|
||||
gem "rubocop-performance", "~>1.20.2"
|
||||
gem "rubocop-rails", "~> 2.23"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 2.26.1"
|
||||
gem "standard", "~>1.32"
|
||||
gem "standard", "~>1.33"
|
||||
|
|
18
dependencies/Gemfile.lock
vendored
18
dependencies/Gemfile.lock
vendored
|
@ -34,7 +34,7 @@ GEM
|
|||
rainbow (3.1.1)
|
||||
regexp_parser (2.9.0)
|
||||
rexml (3.2.6)
|
||||
rubocop (1.57.2)
|
||||
rubocop (1.59.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -42,7 +42,7 @@ GEM
|
|||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.28.1, < 2.0)
|
||||
rubocop-ast (>= 1.30.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.30.0)
|
||||
|
@ -74,18 +74,18 @@ GEM
|
|||
rubocop-factory_bot (~> 2.22)
|
||||
ruby-progressbar (1.13.0)
|
||||
ruby2_keywords (0.0.5)
|
||||
standard (1.32.1)
|
||||
standard (1.33.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.57.2)
|
||||
rubocop (~> 1.59.0)
|
||||
standard-custom (~> 1.0.0)
|
||||
standard-performance (~> 1.2)
|
||||
standard-performance (~> 1.3)
|
||||
standard-custom (1.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.50)
|
||||
standard-performance (1.3.0)
|
||||
standard-performance (1.3.1)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop-performance (~> 1.20.1)
|
||||
rubocop-performance (~> 1.20.2)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.5.0)
|
||||
|
@ -94,14 +94,14 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.57.2)
|
||||
rubocop (~> 1.59.0)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.34.4)
|
||||
rubocop-performance (~> 1.20.2)
|
||||
rubocop-rails (~> 2.23)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 2.26.1)
|
||||
standard (~> 1.32)
|
||||
standard (~> 1.33)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.26
|
||||
|
|
Loading…
Reference in a new issue