Skip to content

Commit

Permalink
Bump rubocop from 1.31.2 to 1.32.0 in /dependencies (super-linter#3171)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.31.2 to 1.32.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.31.2...v1.32.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 25, 2022
1 parent e4282b5 commit 7388bc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependencies/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "https://rubygems.org"

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

gem "rubocop", "~> 1.31.2"
gem "rubocop", "~> 1.32.0"
gem "rubocop-github", "~> 0.18.0"
gem "rubocop-performance", "~>1.14.2"
gem "rubocop-rails", "~> 2.15"
Expand Down
6 changes: 3 additions & 3 deletions dependencies/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ GEM
rainbow (3.1.1)
regexp_parser (2.5.0)
rexml (3.2.5)
rubocop (1.31.2)
rubocop (1.32.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
rubocop-ast (>= 1.19.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
Expand All @@ -53,7 +53,7 @@ PLATFORMS
ruby

DEPENDENCIES
rubocop (~> 1.31.2)
rubocop (~> 1.32.0)
rubocop-github (~> 0.18.0)
rubocop-performance (~> 1.14.2)
rubocop-rails (~> 2.15)
Expand Down

0 comments on commit 7388bc0

Please sign in to comment.