mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
deps(bundler): bump rubocop-performance in /dependencies (#5777)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.21.0 to 1.21.1. - [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.21.0...v1.21.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-patch ... 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
592d903c50
commit
763dcc4d45
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|||
gem "rubocop", "~> 1.62.1"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.35.1"
|
||||
gem "rubocop-performance", "~>1.21.0"
|
||||
gem "rubocop-performance", "~>1.21.1"
|
||||
gem "rubocop-rails", "~> 2.25"
|
||||
gem "rubocop-rake", "~> 0.6.0"
|
||||
gem "rubocop-rspec", "~> 3.0.3"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -32,7 +32,7 @@ GEM
|
|||
rack (3.1.4)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.9.2)
|
||||
rexml (3.3.1)
|
||||
rexml (3.3.2)
|
||||
strscan
|
||||
rubocop (1.62.1)
|
||||
json (~> 2.3)
|
||||
|
@ -54,7 +54,7 @@ GEM
|
|||
rubocop-minitest (0.35.1)
|
||||
rubocop (>= 1.61, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-performance (1.21.0)
|
||||
rubocop-performance (1.21.1)
|
||||
rubocop (>= 1.48.1, < 2.0)
|
||||
rubocop-ast (>= 1.31.1, < 2.0)
|
||||
rubocop-rails (2.25.1)
|
||||
|
@ -91,7 +91,7 @@ DEPENDENCIES
|
|||
rubocop (~> 1.62.1)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.35.1)
|
||||
rubocop-performance (~> 1.21.0)
|
||||
rubocop-performance (~> 1.21.1)
|
||||
rubocop-rails (~> 2.25)
|
||||
rubocop-rake (~> 0.6.0)
|
||||
rubocop-rspec (~> 3.0.3)
|
||||
|
|
Loading…
Reference in a new issue