mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
Bump rubocop from 1.43.0 to 1.44.0 in /dependencies
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.43.0 to 1.44.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.43.0...v1.44.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
ef31553688
commit
1a7a56df50
2 changed files with 4 additions and 4 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.43.0"
|
||||
gem "rubocop", "~> 1.44.0"
|
||||
gem "rubocop-github", "~> 0.20.0"
|
||||
gem "rubocop-minitest", "~> 0.26.0"
|
||||
gem "rubocop-performance", "~>1.15.2"
|
||||
|
|
6
dependencies/Gemfile.lock
vendored
6
dependencies/Gemfile.lock
vendored
|
@ -17,9 +17,9 @@ GEM
|
|||
ast (~> 2.4.1)
|
||||
rack (3.0.3)
|
||||
rainbow (3.1.1)
|
||||
regexp_parser (2.6.1)
|
||||
regexp_parser (2.6.2)
|
||||
rexml (3.2.5)
|
||||
rubocop (1.43.0)
|
||||
rubocop (1.44.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.2.0.0)
|
||||
|
@ -60,7 +60,7 @@ PLATFORMS
|
|||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
rubocop (~> 1.43.0)
|
||||
rubocop (~> 1.44.0)
|
||||
rubocop-github (~> 0.20.0)
|
||||
rubocop-minitest (~> 0.26.0)
|
||||
rubocop-performance (~> 1.15.2)
|
||||
|
|
Loading…
Reference in a new issue