mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 16:12:35 +00:00
Updated gemfile to require head version of cyberarm_engine
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -1,6 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem "opengl-bindings", require: "opengl"
|
gem "opengl-bindings", require: "opengl"
|
||||||
gem "cyberarm_engine"
|
gem "cyberarm_engine", git: "https://github.com/cyberarm/cyberarm_engine"
|
||||||
|
|
||||||
group(:packaging) do
|
group(:packaging) do
|
||||||
gem "ocra"
|
gem "ocra"
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -1,8 +1,13 @@
|
|||||||
|
GIT
|
||||||
|
remote: https://github.com/cyberarm/cyberarm_engine
|
||||||
|
revision: e59771e4127f51e3c6b3aa239dd2a5f8d2a4b7fe
|
||||||
|
specs:
|
||||||
|
cyberarm_engine (0.12.1)
|
||||||
|
gosu (~> 0.14.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
cyberarm_engine (0.10.2)
|
|
||||||
gosu (~> 0.14.0)
|
|
||||||
gosu (0.14.5)
|
gosu (0.14.5)
|
||||||
gosu (0.14.5-x64-mingw32)
|
gosu (0.14.5-x64-mingw32)
|
||||||
gosu (0.14.5-x86-mingw32)
|
gosu (0.14.5-x86-mingw32)
|
||||||
@@ -15,7 +20,7 @@ PLATFORMS
|
|||||||
x86-mingw32
|
x86-mingw32
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
cyberarm_engine
|
cyberarm_engine!
|
||||||
ocra
|
ocra
|
||||||
opengl-bindings
|
opengl-bindings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user