update versions

This commit is contained in:
Joerg Reichert 2023-04-02 13:28:57 +02:00
parent 9158da553d
commit 7bd27f42a0
294 changed files with 203127 additions and 170 deletions

8
bin/dev Normal file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env sh
if ! gem list foreman -i --silent; then
echo "Installing foreman..."
gem install foreman
fi
exec foreman start -f Procfile.dev "$@"