Updating dependencies to newer versions; Updating to Ruby 3.4

This commit is contained in:
2025-05-30 01:20:43 -04:00
parent e3a334546f
commit 28b6cc66bb
4 changed files with 58 additions and 46 deletions

View File

@ -1,3 +1,3 @@
#!/bin/sh
docker run --rm -d -v "$(pwd):/src" -p 9292:9292 --name game-data game-data
docker run --rm -d -t -v "$(pwd):/src" -p 9292:9292 --name game-data game-data