mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 13:46:20 +00:00
feat: install gems
This commit is contained in:
parent
936c3f83c1
commit
39b536dab7
1 changed files with 8 additions and 0 deletions
|
@ -18,3 +18,11 @@ tasks:
|
|||
- ".env.example"
|
||||
generates:
|
||||
- ".env"
|
||||
gems:
|
||||
desc: "Install gems"
|
||||
cmds:
|
||||
- "haini.sh bundle"
|
||||
sources:
|
||||
- "Gemfile"
|
||||
generates:
|
||||
- "Gemfile.lock"
|
||||
|
|
Loading…
Reference in a new issue