mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Enable server to require i-mic-fps.rb without launching game, fixed missing update method from connection/server, update gemfile to add releasy and rake
This commit is contained in:
16
Gemfile.lock
16
Gemfile.lock
@@ -6,6 +6,16 @@ GIT
|
||||
gosu (~> 0.15.0)
|
||||
gosu_more_drawables (~> 0.3)
|
||||
|
||||
GIT
|
||||
remote: https://github.com/gosu/releasy.git
|
||||
revision: e8a24c079c4930c6ddbab17fc444027ba41491ca
|
||||
specs:
|
||||
releasy (0.2.3)
|
||||
bundler (>= 1.2.1)
|
||||
cri (~> 2.1.0)
|
||||
ocra (~> 1.3.0)
|
||||
rake (>= 0.9.2.2)
|
||||
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
@@ -22,13 +32,14 @@ GEM
|
||||
protocol-http2 (~> 0.14.0)
|
||||
async-io (1.29.0)
|
||||
async (~> 1.14)
|
||||
async-pool (0.3.0)
|
||||
async-pool (0.3.1)
|
||||
async (~> 1.25)
|
||||
async-websocket (0.14.0)
|
||||
async-http (~> 0.51)
|
||||
async-io (~> 1.23)
|
||||
protocol-websocket (~> 0.7.0)
|
||||
console (1.8.2)
|
||||
cri (2.1.0)
|
||||
gosu (0.15.1)
|
||||
gosu (0.15.1-x64-mingw32)
|
||||
gosu_more_drawables (0.3.0)
|
||||
@@ -49,6 +60,7 @@ GEM
|
||||
protocol-websocket (0.7.4)
|
||||
protocol-http (~> 0.2)
|
||||
protocol-http1 (~> 0.2)
|
||||
rake (13.0.1)
|
||||
timers (4.3.0)
|
||||
|
||||
PLATFORMS
|
||||
@@ -61,6 +73,8 @@ DEPENDENCIES
|
||||
nokogiri (>= 1.11.0.rc1)
|
||||
ocra
|
||||
opengl-bindings
|
||||
rake
|
||||
releasy!
|
||||
|
||||
BUNDLED WITH
|
||||
2.1.4
|
||||
|
||||
Reference in New Issue
Block a user