mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
deps(bundler): bump rubocop from 1.60.2 to 1.61.0 in /dependencies (#5359)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.61.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.60.2...v1.61.0) --- updated-dependencies: - 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
630d44b158
commit
20da02ac5c
2 changed files with 3 additions and 3 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -4,7 +4,7 @@ source "https://rubygems.org"
|
|||
|
||||
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
||||
|
||||
gem "rubocop", "~> 1.60.2"
|
||||
gem "rubocop", "~> 1.61.0"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.34.5"
|
||||
gem "rubocop-performance", "~>1.20.2"
|
||||
|
|
4
dependencies/Gemfile.lock
vendored
4
dependencies/Gemfile.lock
vendored
|
@ -34,7 +34,7 @@ GEM
|
|||
rainbow (3.1.1)
|
||||
regexp_parser (2.9.0)
|
||||
rexml (3.2.6)
|
||||
rubocop (1.60.2)
|
||||
rubocop (1.61.0)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
parallel (~> 1.10)
|
||||
|
@ -94,7 +94,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.60.2)
|
||||
rubocop (~> 1.61.0)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.34.5)
|
||||
rubocop-performance (~> 1.20.2)
|
||||
|
|
Loading…
Reference in a new issue