mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-12 20:10:01 -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}" }
|
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-github", "~> 0.20.0"
|
||||||
gem "rubocop-minitest", "~> 0.26.0"
|
gem "rubocop-minitest", "~> 0.26.0"
|
||||||
gem "rubocop-performance", "~>1.15.2"
|
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)
|
ast (~> 2.4.1)
|
||||||
rack (3.0.3)
|
rack (3.0.3)
|
||||||
rainbow (3.1.1)
|
rainbow (3.1.1)
|
||||||
regexp_parser (2.6.1)
|
regexp_parser (2.6.2)
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rubocop (1.43.0)
|
rubocop (1.44.0)
|
||||||
json (~> 2.3)
|
json (~> 2.3)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 3.2.0.0)
|
parser (>= 3.2.0.0)
|
||||||
|
@ -60,7 +60,7 @@ PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.43.0)
|
rubocop (~> 1.44.0)
|
||||||
rubocop-github (~> 0.20.0)
|
rubocop-github (~> 0.20.0)
|
||||||
rubocop-minitest (~> 0.26.0)
|
rubocop-minitest (~> 0.26.0)
|
||||||
rubocop-performance (~> 1.15.2)
|
rubocop-performance (~> 1.15.2)
|
||||||
|
|
Loading…
Reference in a new issue