Skip to content

Commit 53a2c1b

Browse files
committed
Bump version
1 parent d4b687c commit 53a2c1b

2 files changed

Lines changed: 38 additions & 35 deletions

File tree

Gemfile.lock

Lines changed: 37 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: gem/terminalwire-client
33
specs:
4-
terminalwire-client (0.3.3)
4+
terminalwire-client (0.3.4)
55
launchy (~> 3.0)
6-
terminalwire-core (= 0.3.3)
6+
terminalwire-core (= 0.3.4)
77

88
PATH
99
remote: gem/terminalwire-core
1010
specs:
11-
terminalwire-core (0.3.3)
11+
terminalwire-core (0.3.4)
1212
async-websocket (~> 0.30)
1313
base64 (~> 0.2.0)
1414
msgpack (~> 1.7)
@@ -18,38 +18,39 @@ PATH
1818
PATH
1919
remote: gem/terminalwire-server
2020
specs:
21-
terminalwire-server (0.3.3)
22-
terminalwire-core (= 0.3.3)
21+
terminalwire-server (0.3.4)
22+
terminalwire-core (= 0.3.4)
2323
thor (~> 1.3)
2424

2525
PATH
2626
remote: gem/terminalwire
2727
specs:
28-
terminalwire (0.3.3)
29-
terminalwire-client (= 0.3.3)
28+
terminalwire (0.3.4)
29+
terminalwire-client (= 0.3.4)
3030

3131
GEM
3232
remote: https://rubygems.org/
3333
specs:
3434
addressable (2.8.7)
3535
public_suffix (>= 2.0.2, < 7.0)
36-
async (2.21.1)
36+
async (2.23.0)
3737
console (~> 1.29)
3838
fiber-annotation
39-
io-event (~> 1.6, >= 1.6.5)
40-
async-http (0.86.0)
39+
io-event (~> 1.9)
40+
metrics (~> 0.12)
41+
traces (~> 0.15)
42+
async-http (0.87.0)
4143
async (>= 2.10.2)
4244
async-pool (~> 0.9)
4345
io-endpoint (~> 0.14)
4446
io-stream (~> 0.6)
4547
metrics (~> 0.12)
46-
protocol-http (~> 0.43)
47-
protocol-http1 (>= 0.28.1)
48+
protocol-http (~> 0.49)
49+
protocol-http1 (~> 0.30)
4850
protocol-http2 (~> 0.22)
4951
traces (~> 0.10)
50-
async-pool (0.10.2)
52+
async-pool (0.10.3)
5153
async (>= 1.25)
52-
traces
5354
async-websocket (0.30.0)
5455
async-http (~> 0.76)
5556
protocol-http (~> 0.34)
@@ -58,35 +59,36 @@ GEM
5859
base64 (0.2.0)
5960
childprocess (5.1.0)
6061
logger (~> 1.5)
61-
console (1.29.0)
62+
console (1.29.3)
6263
fiber-annotation
6364
fiber-local (~> 1.1)
6465
json
6566
date (3.4.1)
66-
diff-lcs (1.5.1)
67+
diff-lcs (1.6.0)
6768
fiber-annotation (0.2.0)
6869
fiber-local (1.1.0)
6970
fiber-storage
7071
fiber-storage (1.0.0)
71-
io-endpoint (0.14.0)
72-
io-event (1.7.4)
72+
io-endpoint (0.15.2)
73+
io-event (1.9.0)
7374
io-stream (0.6.1)
74-
json (2.8.2)
75-
launchy (3.0.1)
75+
json (2.10.1)
76+
launchy (3.1.1)
7677
addressable (~> 2.8)
7778
childprocess (~> 5.0)
78-
logger (1.6.1)
79+
logger (~> 1.6)
80+
logger (1.6.6)
7981
metrics (0.12.1)
80-
msgpack (1.7.5)
82+
msgpack (1.8.0)
8183
pity (0.1.0)
8284
protocol-hpack (1.5.1)
83-
protocol-http (0.47.0)
84-
protocol-http1 (0.28.1)
85+
protocol-http (0.49.0)
86+
protocol-http1 (0.30.0)
8587
protocol-http (~> 0.22)
86-
protocol-http2 (0.22.0)
88+
protocol-http2 (0.22.1)
8789
protocol-hpack (~> 1.4)
88-
protocol-http (~> 0.18)
89-
protocol-rack (0.11.0)
90+
protocol-http (~> 0.47)
91+
protocol-rack (0.11.1)
9092
protocol-http (~> 0.43)
9193
rack (>= 1.0)
9294
protocol-websocket (0.20.1)
@@ -95,33 +97,34 @@ GEM
9597
date
9698
stringio
9799
public_suffix (6.0.1)
98-
rack (3.1.8)
100+
rack (3.1.10)
99101
rake (13.2.1)
100102
rdoc (6.12.0)
101103
psych (>= 4.0.0)
102104
rspec (3.13.0)
103105
rspec-core (~> 3.13.0)
104106
rspec-expectations (~> 3.13.0)
105107
rspec-mocks (~> 3.13.0)
106-
rspec-core (3.13.2)
108+
rspec-core (3.13.3)
107109
rspec-support (~> 3.13.0)
108110
rspec-expectations (3.13.3)
109111
diff-lcs (>= 1.2.0, < 2.0)
110112
rspec-support (~> 3.13.0)
111113
rspec-mocks (3.13.2)
112114
diff-lcs (>= 1.2.0, < 2.0)
113115
rspec-support (~> 3.13.0)
114-
rspec-support (3.13.1)
116+
rspec-support (3.13.2)
115117
stringio (3.1.5)
116-
tebako (0.12.6)
118+
tebako (0.12.15)
119+
bundler
117120
thor (~> 1.2)
118121
yaml (~> 0.2.1)
119122
tebako-runtime (0.5.5)
120123
thor (1.3.2)
121-
traces (0.14.1)
122-
uri-builder (0.1.12)
124+
traces (0.15.2)
125+
uri-builder (0.1.13)
123126
yaml (0.2.1)
124-
zeitwerk (2.6.18)
127+
zeitwerk (2.7.2)
125128

126129
PLATFORMS
127130
arm64-darwin-23
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Terminalwire
4-
VERSION = "0.3.3"
4+
VERSION = "0.3.4"
55
end

0 commit comments

Comments
 (0)