Updated gemfile to require head version of cyberarm_engine

This commit is contained in:
2019-12-09 16:17:05 -06:00
parent e4333a82b8
commit 59334132c8
2 changed files with 9 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
source "https://rubygems.org"
gem "opengl-bindings", require: "opengl"
gem "cyberarm_engine"
gem "cyberarm_engine", git: "https://github.com/cyberarm/cyberarm_engine"
group(:packaging) do
gem "ocra"

View File

@@ -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
remote: https://rubygems.org/
specs:
cyberarm_engine (0.10.2)
gosu (~> 0.14.0)
gosu (0.14.5)
gosu (0.14.5-x64-mingw32)
gosu (0.14.5-x86-mingw32)
@@ -15,7 +20,7 @@ PLATFORMS
x86-mingw32
DEPENDENCIES
cyberarm_engine
cyberarm_engine!
ocra
opengl-bindings