Added async-websocket gem, made game button icon greyed out if not installed

This commit is contained in:
2021-11-22 07:24:03 -06:00
parent f483086c90
commit dfa1e413ea
3 changed files with 38 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
source "https://rubygems.org"
gem "cyberarm_engine"
gem "launchy"
gem "launchy"
gem "async-websocket"