Skip to content

Commit 9e8f4e1

Browse files
committed
Update gems, disable windows packaging gems
1 parent b7e2e69 commit 9e8f4e1

2 files changed

Lines changed: 11 additions & 22 deletions

File tree

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ gem "win32-security", platforms: [:windows]
1818
# use `bundle _x.y.z_ COMMAND` to use this one...
1919
# NOTE: Releasy needs to be installed as a system gem i.e. `rake install`
2020
# NOTE: contents of the `gemhome` folder in the packaged folder need to be moved into the lib/ruby/gems\<RUBY_VERSION> folder
21-
group :windows_packaging do
22-
gem "bundler", "~>2.4.3"
23-
gem "rake"
24-
gem "ocran"
25-
gem "releasy"#, path: "../releasy"
26-
end
21+
# group :windows_packaging do
22+
# gem "bundler", "~>2.4.3"
23+
# gem "rake"
24+
# gem "ocran"
25+
# gem "releasy"#, path: "../releasy"
26+
# end

Gemfile.lock

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
async (2.35.1)
4+
async (2.35.2)
55
console (~> 1.29)
66
fiber-annotation
77
io-event (~> 1.11)
88
metrics (~> 0.12)
99
traces (~> 0.18)
10-
async-http (0.93.0)
10+
async-http (0.94.0)
1111
async (>= 2.10.2)
1212
async-pool (~> 0.11)
1313
io-endpoint (~> 0.14)
@@ -30,7 +30,6 @@ GEM
3030
fiber-annotation
3131
fiber-local (~> 1.1)
3232
json
33-
cri (2.15.12)
3433
cyberarm_engine (0.25.0)
3534
gosu (~> 1.1)
3635
digest-crc (0.7.0)
@@ -52,13 +51,11 @@ GEM
5251
libui (0.2.0-x64-mingw-ucrt)
5352
fiddle
5453
metrics (0.15.0)
55-
ocran (1.3.17)
56-
fiddle (~> 1.0)
5754
protocol-hpack (1.5.1)
5855
protocol-http (0.58.0)
5956
protocol-http1 (0.36.0)
6057
protocol-http (~> 0.58)
61-
protocol-http2 (0.23.0)
58+
protocol-http2 (0.24.0)
6259
protocol-hpack (~> 1.4)
6360
protocol-http (~> 0.47)
6461
protocol-rack (0.21.0)
@@ -70,11 +67,6 @@ GEM
7067
protocol-http (~> 0.2)
7168
rack (3.2.4)
7269
rake (13.3.1)
73-
releasy (0.2.4)
74-
bundler (>= 1.2.1)
75-
cri (~> 2.15.0)
76-
ocran (~> 1.3.0)
77-
rake (>= 0.9.2.2)
7870
rexml (3.4.4)
7971
rubyzip (3.2.2)
8072
sdl2-bindings (0.2.3)
@@ -88,24 +80,21 @@ GEM
8880

8981
PLATFORMS
9082
x64-mingw-ucrt
83+
x86_64-linux
9184

9285
DEPENDENCIES
9386
async-http
9487
async-websocket
9588
base64
96-
bundler (~> 2.4.3)
9789
cyberarm_engine
9890
digest-crc
9991
ircparser
10092
libui
101-
ocran
102-
rake
103-
releasy
10493
rexml
10594
rubyzip
10695
sdl2-bindings
10796
win32-process
10897
win32-security
10998

11099
BUNDLED WITH
111-
2.4.22
100+
2.6.8

0 commit comments

Comments
 (0)