mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 08:42:34 +00:00
23 lines
582 B
Ruby
23 lines
582 B
Ruby
source "https://rubygems.org"
|
|
|
|
gem "base64"
|
|
gem "cyberarm_engine"
|
|
gem "sdl2-bindings"
|
|
gem "digest-crc"
|
|
gem "i18n"
|
|
gem "ircparser"
|
|
gem "rexml"
|
|
gem "rubyzip"
|
|
gem "websocket-client-simple"
|
|
gem "win32-process", platforms: [:x64_mingw, :mingw]
|
|
gem "win32-security", platforms: [:x64_mingw, :mingw]
|
|
|
|
# Packaging on 3.3.0 is... painful. Using 3.2.0 for now.
|
|
# bundler 2.5.x doesn't seem to play nice with ocra[n]
|
|
# use `bundle _x.y.z_ COMMAND` to use this one...
|
|
# group :windows_packaging do
|
|
# gem "bundler", "~>2.4.3"
|
|
# gem "rake"
|
|
# gem "releasy", github: "cyberarm/releasy"
|
|
# end
|