mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
Fix correct gem command
upgrade vs update
This commit is contained in:
parent
8e59d2b2f2
commit
8c6aed4a9e
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
gem upgrade --system
|
gem update --system
|
||||||
bundle install
|
bundle install
|
||||||
cd rswag-ui && npm install
|
cd rswag-ui && npm install
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user