mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Bump rubocop-performance from 1.13.3 to 1.14.0 in /dependencies (#2973)
Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.13.3 to 1.14.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.13.3...v1.14.0) --- updated-dependencies: - dependency-name: rubocop-performance 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
8a84fb7886
commit
e3ddb86312
2 changed files with 4 additions and 4 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -6,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|||
|
||||
gem "rubocop", "~> 1.30.0"
|
||||
gem "rubocop-github", "~> 0.17.0"
|
||||
gem "rubocop-performance", "~>1.13.3"
|
||||
gem "rubocop-performance", "~>1.14.0"
|
||||
gem "rubocop-rails", "~> 2.14"
|
||||
gem "rubocop-rspec", "~> 2.11.1"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -16,7 +16,7 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
rack (2.2.3.1)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.4.0)
|
||||
regexp_parser (2.5.0)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.30.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -33,7 +33,7 @@ GEM
|
|||
rubocop
|
||||
rubocop-performance
|
||||
rubocop-rails
|
||||
rubocop-performance (1.13.3)
|
||||
rubocop-performance (1.14.0)
|
||||
rubocop (>= 1.7.0, < 2.0)
|
||||
rubocop-ast (>= 0.4.0)
|
||||
rubocop-rails (2.14.2)
|
||||
|
@ -53,7 +53,7 @@ PLATFORMS
|
|||
DEPENDENCIES
|
||||
rubocop (~> 1.30.0)
|
||||
rubocop-github (~> 0.17.0)
|
||||
rubocop-performance (~> 1.13.3)
|
||||
rubocop-performance (~> 1.14.0)
|
||||
rubocop-rails (~> 2.14)
|
||||
rubocop-rspec (~> 2.11.1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue