summaryrefslogtreecommitdiffhomepage
path: root/Gemfile
diff options
context:
space:
mode:
authorTradam <[email protected]>2024-05-29 19:26:06 -0400
committerTradam <[email protected]>2024-05-29 19:26:06 -0400
commit22c1d8d71de2bd52513f684196fa66a53e7362aa (patch)
tree783537b87d8e8523b319a4fc5ea441ca55a0eb8c /Gemfile
parentfd4edcfac9041cadfc4c88257555c02736bc4ba4 (diff)
downloadgameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.tar.gz
gameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.zip
switch over to serving games through zip and make unity games work
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 3e4e5a7..490913f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -45,3 +45,5 @@ group :development do
# gem "spring"
end
+
+gem "rubyzip", "~> 2.3"