Skip to content

Commit 9d32986

Browse files
committed
server: Update dependencies
1 parent bf46bd1 commit 9d32986

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

server/Gemfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
addressable (2.8.0)
5-
public_suffix (>= 2.0.2, < 5.0)
4+
addressable (2.8.7)
5+
public_suffix (>= 2.0.2, < 7.0)
66
daemons (1.4.1)
77
em-websocket (0.3.8)
88
addressable (>= 2.1.1)
99
eventmachine (>= 0.12.9)
1010
eventmachine (1.2.7)
1111
mustermann (2.0.2)
1212
ruby2_keywords (~> 0.0.1)
13-
public_suffix (4.0.7)
14-
rack (2.2.8.1)
15-
rack-protection (2.2.3)
13+
public_suffix (6.0.1)
14+
rack (2.2.10)
15+
rack-protection (2.2.4)
1616
rack
1717
ruby2_keywords (0.0.5)
18-
sinatra (2.2.3)
18+
sinatra (2.2.4)
1919
mustermann (~> 2.0)
2020
rack (~> 2.2)
21-
rack-protection (= 2.2.3)
21+
rack-protection (= 2.2.4)
2222
tilt (~> 2.0)
2323
sinatra-websocket (0.3.1)
2424
em-websocket (~> 0.3.6)
2525
eventmachine
2626
thin (>= 1.3.1, < 2.0.0)
27-
thin (1.8.1)
27+
thin (1.8.2)
2828
daemons (~> 1.0, >= 1.0.9)
2929
eventmachine (~> 1.0, >= 1.0.4)
3030
rack (>= 1, < 3)
31-
tilt (2.0.11)
31+
tilt (2.4.0)
3232

3333
PLATFORMS
3434
arm64-darwin
@@ -39,4 +39,4 @@ DEPENDENCIES
3939
sinatra-websocket (~> 0.3.1)
4040

4141
BUNDLED WITH
42-
2.3.12
42+
2.5.23

0 commit comments

Comments
 (0)