Fix correct gem command

upgrade vs update
This commit is contained in:
Greg Myers 2022-01-22 22:12:27 +00:00 committed by GitHub
parent 8e59d2b2f2
commit 8c6aed4a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
gem upgrade --system
gem update --system
bundle install
cd rswag-ui && npm install