#9398 upgrade RuboCop to 1.54 (#9401)

Merge pull request 9401
This commit is contained in:
Joe Mahoney 2023-07-09 10:24:36 +12:00 committed by GitHub
parent 0be06e5eb1
commit fdb4c623ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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