diff options
| author | Tradam <[email protected]> | 2024-05-29 19:26:06 -0400 |
|---|---|---|
| committer | Tradam <[email protected]> | 2024-05-29 19:26:06 -0400 |
| commit | 22c1d8d71de2bd52513f684196fa66a53e7362aa (patch) | |
| tree | 783537b87d8e8523b319a4fc5ea441ca55a0eb8c /Gemfile.lock | |
| parent | fd4edcfac9041cadfc4c88257555c02736bc4ba4 (diff) | |
| download | gameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.tar.gz gameHolster-22c1d8d71de2bd52513f684196fa66a53e7362aa.zip | |
switch over to serving games through zip and make unity games work
Diffstat (limited to 'Gemfile.lock')
| -rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 15a8740..f163f71 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,6 +183,7 @@ GEM psych (>= 4.0.0) reline (0.5.7) io-console (~> 0.5) + rubyzip (2.3.2) stringio (3.1.0) thor (1.3.1) timeout (0.4.1) @@ -210,6 +211,7 @@ DEPENDENCIES puma (>= 5.0) rack-cors rails (~> 7.1.3, >= 7.1.3.3) + rubyzip (~> 2.3) tzinfo-data RUBY VERSION |
