mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-29 01:21:05 -05:00
Bump rubocop-github from 0.16.1 to 0.16.2 in /dependencies (#1711)
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.16.1 to 0.16.2. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/0.16.1...v0.16.2) --- updated-dependencies: - dependency-name: rubocop-github 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
d78ba3ed02
commit
af35b089f7
2 changed files with 9 additions and 9 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -5,7 +5,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.6.1"
|
gem "rubocop", "~> 1.6.1"
|
||||||
gem "rubocop-github", "~> 0.16.1"
|
gem "rubocop-github", "~> 0.16.2"
|
||||||
gem "rubocop-performance", "~>1.7.1"
|
gem "rubocop-performance", "~>1.7.1"
|
||||||
gem "rubocop-rails", "~> 2.7"
|
gem "rubocop-rails", "~> 2.7"
|
||||||
gem "rubocop-rspec", "~> 2.4.0"
|
gem "rubocop-rspec", "~> 2.4.0"
|
||||||
|
|
16
dependencies/Gemfile.lock
vendored
16
dependencies/Gemfile.lock
vendored
|
@ -1,17 +1,17 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
activesupport (6.1.3)
|
activesupport (6.1.4)
|
||||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||||
i18n (>= 1.6, < 2)
|
i18n (>= 1.6, < 2)
|
||||||
minitest (>= 5.1)
|
minitest (>= 5.1)
|
||||||
tzinfo (~> 2.0)
|
tzinfo (~> 2.0)
|
||||||
zeitwerk (~> 2.3)
|
zeitwerk (~> 2.3)
|
||||||
ast (2.4.2)
|
ast (2.4.2)
|
||||||
concurrent-ruby (1.1.8)
|
concurrent-ruby (1.1.9)
|
||||||
i18n (1.8.9)
|
i18n (1.8.10)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
minitest (5.14.3)
|
minitest (5.14.4)
|
||||||
parallel (1.20.1)
|
parallel (1.20.1)
|
||||||
parser (3.0.1.1)
|
parser (3.0.1.1)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
|
@ -30,9 +30,9 @@ GEM
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-ast (1.7.0)
|
rubocop-ast (1.7.0)
|
||||||
parser (>= 3.0.1.1)
|
parser (>= 3.0.1.1)
|
||||||
rubocop-github (0.16.1)
|
rubocop-github (0.16.2)
|
||||||
rubocop (<= 1.6.1)
|
rubocop (<= 1.13.0)
|
||||||
rubocop-performance (<= 1.7.1)
|
rubocop-performance (<= 1.11.0)
|
||||||
rubocop-rails (<= 2.7.1)
|
rubocop-rails (<= 2.7.1)
|
||||||
rubocop-performance (1.7.1)
|
rubocop-performance (1.7.1)
|
||||||
rubocop (>= 0.82.0)
|
rubocop (>= 0.82.0)
|
||||||
|
@ -54,7 +54,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 1.6.1)
|
rubocop (~> 1.6.1)
|
||||||
rubocop-github (~> 0.16.1)
|
rubocop-github (~> 0.16.2)
|
||||||
rubocop-performance (~> 1.7.1)
|
rubocop-performance (~> 1.7.1)
|
||||||
rubocop-rails (~> 2.7)
|
rubocop-rails (~> 2.7)
|
||||||
rubocop-rspec (~> 2.4.0)
|
rubocop-rspec (~> 2.4.0)
|
||||||
|
|
Loading…
Reference in a new issue