Skip to content

Commit

Permalink
Bump rubocop from 1.6.1 to 1.13.0 in /dependencies (super-linter#1727)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.6.1 to 1.13.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.6.1...v1.13.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>
  • Loading branch information
dependabot[bot] committed Jul 12, 2021
1 parent a3ab343 commit a6f91ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.6.1"
gem "rubocop", "~> 1.13.0"
gem "rubocop-github", "~> 0.16.2"
gem "rubocop-performance", "~>1.7.1"
gem "rubocop-rails", "~> 2.7"
Expand Down
12 changes: 6 additions & 6 deletions dependencies/Gemfile.lock
Expand Up @@ -13,21 +13,21 @@ GEM
concurrent-ruby (~> 1.0)
minitest (5.14.4)
parallel (1.20.1)
parser (3.0.1.1)
parser (3.0.2.0)
ast (~> 2.4.1)
rack (2.2.3)
rainbow (3.0.0)
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (1.6.1)
rubocop (1.13.0)
parallel (~> 1.10)
parser (>= 2.7.1.5)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.7.0)
parser (>= 3.0.1.1)
rubocop-github (0.16.2)
Expand All @@ -46,14 +46,14 @@ GEM
ruby-progressbar (1.11.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (1.7.0)
unicode-display_width (2.0.0)
zeitwerk (2.4.2)

PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.6.1)
rubocop (~> 1.13.0)
rubocop-github (~> 0.16.2)
rubocop-performance (~> 1.7.1)
rubocop-rails (~> 2.7)
Expand Down

0 comments on commit a6f91ac

Please sign in to comment.