Pruned gem usage, replaced Launchy since it will cause a command prompt to momentarily appear.

This commit is contained in:
2023-02-05 17:59:37 -06:00
parent ff8387be6d
commit b6d5f4135a
10 changed files with 36 additions and 37 deletions

11
Gemfile
View File

@@ -1,17 +1,14 @@
source "https://rubygems.org"
gem "cyberarm_engine"
gem "launchy"
gem "i18n"
gem "rexml"
gem "digest-crc"
gem "ffi"
gem "websocket-client-simple"
gem "thread-local"
gem "i18n"
gem "ircparser"
gem "rexml"
gem "rubyzip"
gem "win32-security", platforms: [:x64_mingw, :mingw]
gem "websocket-client-simple"
gem "win32-process", platforms: [:x64_mingw, :mingw]
gem "win32-security", platforms: [:x64_mingw, :mingw]
# group :windows_packaging do
# gem "rake"