Bump to the latest rubocop

This commit is contained in:
Mark VanderVoord
2023-11-22 19:47:19 -05:00
parent a642b1fe49
commit 4f73b40698
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Setup Ruby Testing Tools
run: |
sudo gem install rspec
sudo gem install rubocop -v 0.57.2
sudo gem install rubocop -v 1.57.2
sudo gem install bundler
bundle update
bundle install