mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Bump rubocop from 1.56.1 to 1.56.3 in /dependencies (#4638)
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.1 to 1.56.3. - [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.56.1...v1.56.3) --- updated-dependencies: - dependency-name: rubocop 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
c51d3ee039
commit
40b9c6b17b
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.56.1"
|
||||
gem "rubocop", "~> 1.56.3"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.31.0"
|
||||
gem "rubocop-performance", "~>1.19.0"
|
||||
|
|
4
dependencies/Gemfile.lock
vendored
4
dependencies/Gemfile.lock
vendored
|
@ -24,7 +24,7 @@ GEM
|
|||
rainbow (3.1.1)
|
||||
regexp_parser (2.8.1)
|
||||
rexml (3.2.6)
|
||||
rubocop (1.56.1)
|
||||
rubocop (1.56.3)
|
||||
base64 (~> 0.1.1)
|
||||
json (~> 2.3)
|
||||
language_server-protocol (>= 3.17.0)
|
||||
|
@ -82,7 +82,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.56.1)
|
||||
rubocop (~> 1.56.3)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.31.0)
|
||||
rubocop-performance (~> 1.19.0)
|
||||
|
|
Loading…
Reference in a new issue