Bump rubocop to 1.32 (#9093)

Merge pull request 9093
This commit is contained in:
Nemo 2022-08-01 19:51:34 +05:30 committed by GitHub
parent a03e972378
commit 7a698d4d14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ AllCops:
- vendor/**/*
- tmp/**/*
Gemspec/DateAssignment:
Gemspec/DeprecatedAttributeAssignment:
Enabled: true
Layout/BeginEndAlignment:
Enabled: true

View File

@ -23,7 +23,7 @@ group :test do
gem "nokogiri", "~> 1.7"
gem "rspec"
gem "rspec-mocks"
gem "rubocop", "~> 1.30.0"
gem "rubocop", "~> 1.32.0"
gem "rubocop-minitest"
gem "rubocop-performance"
gem "rubocop-rake"