Skip to content

Commit da2f5fb

Browse files
committed
Fix dependencies.
1 parent baf9d51 commit da2f5fb

2 files changed

Lines changed: 6 additions & 19 deletions

File tree

gems.locked

Lines changed: 5 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
PATH
2-
remote: /Users/samuel/Developer/socketry/live
3-
specs:
4-
live (0.18.0)
5-
async-websocket (~> 0.27)
6-
protocol-websocket (~> 0.19)
7-
xrb (~> 0.10)
8-
91
GEM
102
remote: https://rubygems.org/
113
specs:
@@ -101,19 +93,16 @@ GEM
10193
io-endpoint (0.17.2)
10294
io-event (1.14.3)
10395
io-stream (0.11.1)
104-
io-watch (0.6.3)
10596
irb (1.17.0)
10697
pp (>= 0.6.0)
10798
prism (>= 1.3.0)
10899
rdoc (>= 4.0.0)
109100
reline (>= 0.4.2)
110101
json (2.19.1)
111-
lively (0.16.1)
112-
agent-context
113-
falcon (~> 0.47)
114-
io-watch
115-
live (~> 0.18)
116-
xrb
102+
live (0.18.0)
103+
async-websocket (~> 0.27)
104+
protocol-websocket (~> 0.19)
105+
xrb (~> 0.10)
117106
localhost (1.7.0)
118107
logger (1.7.0)
119108
mail (2.9.0)
@@ -231,8 +220,7 @@ DEPENDENCIES
231220
benchmark-http
232221
covered
233222
falcon
234-
live!
235-
lively
223+
live
236224
net-smtp
237225
rack-test
238226
sus

gems.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010

1111
gem "async-redis"
1212

13-
gem "live", path: "/Users/samuel/Developer/socketry/live"
14-
gem "lively"
13+
gem "live"
1514

1615
gem "variant"
1716
end

0 commit comments

Comments
 (0)