Skip to content

Commit 7388bc0

Browse files
Bump rubocop from 1.31.2 to 1.32.0 in /dependencies (super-linter#3171)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4282b5 commit 7388bc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

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

7-
gem "rubocop", "~> 1.31.2"
7+
gem "rubocop", "~> 1.32.0"
88
gem "rubocop-github", "~> 0.18.0"
99
gem "rubocop-performance", "~>1.14.2"
1010
gem "rubocop-rails", "~> 2.15"

dependencies/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ GEM
1919
rainbow (3.1.1)
2020
regexp_parser (2.5.0)
2121
rexml (3.2.5)
22-
rubocop (1.31.2)
22+
rubocop (1.32.0)
2323
json (~> 2.3)
2424
parallel (~> 1.10)
2525
parser (>= 3.1.0.0)
2626
rainbow (>= 2.2.2, < 4.0)
2727
regexp_parser (>= 1.8, < 3.0)
2828
rexml (>= 3.2.5, < 4.0)
29-
rubocop-ast (>= 1.18.0, < 2.0)
29+
rubocop-ast (>= 1.19.1, < 2.0)
3030
ruby-progressbar (~> 1.7)
3131
unicode-display_width (>= 1.4.0, < 3.0)
3232
rubocop-ast (1.19.1)
@@ -53,7 +53,7 @@ PLATFORMS
5353
ruby
5454

5555
DEPENDENCIES
56-
rubocop (~> 1.31.2)
56+
rubocop (~> 1.32.0)
5757
rubocop-github (~> 0.18.0)
5858
rubocop-performance (~> 1.14.2)
5959
rubocop-rails (~> 2.15)

0 commit comments

Comments
 (0)