Update rubocop gem (#9476)

Merge pull request 9476
This commit is contained in:
David Silveira 2023-10-31 13:47:18 -03:00 committed by GitHub
parent 2be8e6ce4f
commit 4bfb4edc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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.56.4" gem "rubocop", "~> 1.57.2"
gem "rubocop-minitest" gem "rubocop-minitest"
gem "rubocop-performance" gem "rubocop-performance"
gem "rubocop-rake" gem "rubocop-rake"