Skip to content

Commit a602736

Browse files
Bump rubocop from 1.31.2 to 1.32.0 (#11295)
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>
1 parent cef6af8 commit a602736

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ gem 'rdiscount', '~> 2.2'
5353
gem 'react-rails'
5454
gem "recaptcha", require: "recaptcha/rails"
5555
gem 'responders', '~> 3.0'
56-
gem 'rubocop', '~> 1.31.2', require: false
56+
gem 'rubocop', '~> 1.32.0', require: false
5757
gem "ruby-openid", :require => "openid"
5858
gem 'sanitize'
5959
gem 'sentry-ruby'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,14 +529,14 @@ GEM
529529
diff-lcs (>= 1.2.0, < 2.0)
530530
rspec-support (~> 3.11.0)
531531
rspec-support (3.11.0)
532-
rubocop (1.31.2)
532+
rubocop (1.32.0)
533533
json (~> 2.3)
534534
parallel (~> 1.10)
535535
parser (>= 3.1.0.0)
536536
rainbow (>= 2.2.2, < 4.0)
537537
regexp_parser (>= 1.8, < 3.0)
538538
rexml (>= 3.2.5, < 4.0)
539-
rubocop-ast (>= 1.18.0, < 2.0)
539+
rubocop-ast (>= 1.19.1, < 2.0)
540540
ruby-progressbar (~> 1.7)
541541
unicode-display_width (>= 1.4.0, < 3.0)
542542
rubocop-ast (1.19.1)
@@ -770,7 +770,7 @@ DEPENDENCIES
770770
rest-client
771771
reverse_markdown
772772
rspec
773-
rubocop (~> 1.31.2)
773+
rubocop (~> 1.32.0)
774774
rubocop-performance
775775
rubocop-rails
776776
rubocop-rake

0 commit comments

Comments
 (0)