1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 08:25:58 +01:00

Bump rubocop version

This commit is contained in:
Mark VanderVoord
2024-01-04 16:57:45 -05:00
parent da5a45ba1c
commit b4f65573f7

View File

@@ -23,7 +23,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
# Checks out repository under $GITHUB_WORKSPACE
- name: Checkout Latest Repo