5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-17 15:32:20 +00:00

feat: install gems

This commit is contained in:
f 2024-01-08 14:38:44 -03:00
parent 936c3f83c1
commit 39b536dab7
No known key found for this signature in database

View file

@ -18,3 +18,11 @@ tasks:
- ".env.example"
generates:
- ".env"
gems:
desc: "Install gems"
cmds:
- "haini.sh bundle"
sources:
- "Gemfile"
generates:
- "Gemfile.lock"