mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-21 20:22:11 -05:00
deps(bundler): bump the rubocop group in /dependencies with 4 updates
Some checks failed
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
Some checks failed
Build and Test / Set build metadata (push) Has been cancelled
Build and Test / Build test suite matrix (push) Has been cancelled
Build and Test / preview-release-notes (push) Has been cancelled
Lint commit / commitlint (push) Has been cancelled
Build and Test / Build and Test (push) Has been cancelled
Build and Test / Test the Super-linter GitHub Action (push) Has been cancelled
Build and Test / Run test cases (push) Has been cancelled
Build and Test / Check if all the tests passed (push) Has been cancelled
Bumps the rubocop group in /dependencies with 4 updates: [rubocop](https://github.com/rubocop/rubocop), [standard](https://github.com/standardrb/standard), [rubocop-performance](https://github.com/rubocop/rubocop-performance) and [rubocop-rspec](https://github.com/rubocop/rubocop-rspec). Updates `rubocop` from 1.68.0 to 1.69.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.68.0...v1.69.2) Updates `standard` from 1.42.1 to 1.43.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.42.1...v1.43.0) Updates `rubocop-performance` from 1.22.1 to 1.23.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.22.1...v1.23.0) Updates `rubocop-performance` from 1.22.1 to 1.23.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.22.1...v1.23.0) Updates `rubocop-rspec` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop - dependency-name: rubocop-rspec dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rubocop ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
469f30eb53
commit
8944345d9d
2 changed files with 25 additions and 23 deletions
8
dependencies/Gemfile
vendored
8
dependencies/Gemfile
vendored
|
@ -4,14 +4,14 @@ source "https://rubygems.org"
|
|||
|
||||
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
gem "rubocop", "~> 1.68.0"
|
||||
gem "rubocop", "~> 1.69.2"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.36.0"
|
||||
gem "rubocop-performance", "~>1.22.1"
|
||||
gem "rubocop-performance", "~>1.23.0"
|
||||
gem "rubocop-rails", "~> 2.27"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 3.2.0"
|
||||
gem "standard", "~>1.42"
|
||||
gem "rubocop-rspec", "~> 3.3.0"
|
||||
gem "standard", "~>1.43"
|
||||
gem "rubocop-capybara", "~> 2.21"
|
||||
gem "rubocop-factory_bot", "~> 2.26"
|
||||
gem "rubocop-rspec_rails", "~> 2.30"
|
||||
|
|
40
dependencies/Gemfile.lock
vendored
40
dependencies/Gemfile.lock
vendored
|
@ -23,7 +23,7 @@ GEM
|
|||
drb (2.2.1)
|
||||
i18n (1.14.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
json (2.8.2)
|
||||
json (2.9.1)
|
||||
language_server-protocol (3.17.0.3)
|
||||
lint_roller (1.1.0)
|
||||
logger (1.6.1)
|
||||
|
@ -35,18 +35,18 @@ GEM
|
|||
racc (1.8.1)
|
||||
rack (3.1.8)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.9.2)
|
||||
rubocop (1.68.0)
|
||||
regexp_parser (2.9.3)
|
||||
rubocop (1.69.2)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.3.0.2)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 2.4, < 3.0)
|
||||
rubocop-ast (>= 1.32.2, < 2.0)
|
||||
regexp_parser (>= 2.9.3, < 3.0)
|
||||
rubocop-ast (>= 1.36.2, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 2.4.0, < 3.0)
|
||||
rubocop-ast (1.36.1)
|
||||
unicode-display_width (>= 2.4.0, < 4.0)
|
||||
rubocop-ast (1.37.0)
|
||||
parser (>= 3.3.1.0)
|
||||
rubocop-capybara (2.21.0)
|
||||
rubocop (~> 1.41)
|
||||
|
@ -59,7 +59,7 @@ GEM
|
|||
rubocop-minitest (0.36.0)
|
||||
rubocop (>= 1.61, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-performance (1.22.1)
|
||||
rubocop-performance (1.23.0)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rails (2.27.0)
|
||||
|
@ -69,28 +69,30 @@ GEM
|
|||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rake (0.6.0)
|
||||
rubocop (~> 1.0)
|
||||
rubocop-rspec (3.2.0)
|
||||
rubocop-rspec (3.3.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec_rails (2.30.0)
|
||||
rubocop (~> 1.61)
|
||||
rubocop-rspec (~> 3, >= 3.0.1)
|
||||
ruby-progressbar (1.13.0)
|
||||
securerandom (0.3.2)
|
||||
standard (1.42.1)
|
||||
standard (1.43.0)
|
||||
language_server-protocol (~> 3.17.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.68.0)
|
||||
rubocop (~> 1.69.1)
|
||||
standard-custom (~> 1.0.0)
|
||||
standard-performance (~> 1.5)
|
||||
standard-performance (~> 1.6)
|
||||
standard-custom (1.0.2)
|
||||
lint_roller (~> 1.0)
|
||||
rubocop (~> 1.50)
|
||||
standard-performance (1.5.0)
|
||||
standard-performance (1.6.0)
|
||||
lint_roller (~> 1.1)
|
||||
rubocop-performance (~> 1.22.0)
|
||||
rubocop-performance (~> 1.23.0)
|
||||
tzinfo (2.0.6)
|
||||
concurrent-ruby (~> 1.0)
|
||||
unicode-display_width (2.6.0)
|
||||
unicode-display_width (3.1.2)
|
||||
unicode-emoji (~> 4.0, >= 4.0.4)
|
||||
unicode-emoji (4.0.4)
|
||||
uri (1.0.1)
|
||||
|
||||
PLATFORMS
|
||||
|
@ -98,17 +100,17 @@ PLATFORMS
|
|||
x86_64-linux-musl
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.68.0)
|
||||
rubocop (~> 1.69.2)
|
||||
rubocop-capybara (~> 2.21)
|
||||
rubocop-factory_bot (~> 2.26)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.36.0)
|
||||
rubocop-performance (~> 1.22.1)
|
||||
rubocop-performance (~> 1.23.0)
|
||||
rubocop-rails (~> 2.27)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 3.2.0)
|
||||
rubocop-rspec (~> 3.3.0)
|
||||
rubocop-rspec_rails (~> 2.30)
|
||||
standard (~> 1.42)
|
||||
standard (~> 1.43)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.9
|
||||
|
|
Loading…
Reference in a new issue