Skip to content

Commit 0407548

Browse files
committed
update gems
1 parent 3bc016f commit 0407548

File tree

2 files changed

+32
-35
lines changed

2 files changed

+32
-35
lines changed

misc/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source "https://rubygems.org"
22

33
ruby '~> 3.0'
44

5-
gem 'rake', '~> 13.0.1'
5+
gem 'rake', '~> 13.2.1'
66

77
group :test do
88
gem 'rspec'
@@ -11,7 +11,7 @@ group :test do
1111
gem 'rb-inotify', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify'
1212
gem 'rb-fsevent', require: RUBY_PLATFORM.include?('darwin') && 'rb-fsevent'
1313
gem 'json'
14-
gem 'thin'
14+
gem 'puma'
1515
gem 'net-http-persistent', require: 'net/http/persistent'
1616
gem 'websocket-eventmachine-client'
1717
gem 'em-eventsource'

misc/Gemfile.lock

+30-33
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ GEM
33
specs:
44
Platform (0.4.2)
55
RedCloth (4.3.4)
6-
addressable (2.8.0)
7-
public_suffix (>= 2.0.2, < 5.0)
6+
addressable (2.8.6)
7+
public_suffix (>= 2.0.2, < 6.0)
88
byebug (11.1.3)
9-
connection_pool (2.2.5)
10-
cookiejar (0.3.3)
11-
daemons (1.4.1)
12-
diff-lcs (1.4.4)
9+
connection_pool (2.4.1)
10+
cookiejar (0.3.4)
11+
diff-lcs (1.5.1)
1312
em-eventsource (0.3.2)
1413
em-http-request (~> 1.0)
1514
eventmachine (~> 1.0)
@@ -22,53 +21,51 @@ GEM
2221
em-socksify (0.3.2)
2322
eventmachine (>= 1.0.0.beta.4)
2423
eventmachine (1.2.7)
25-
ffi (1.15.4)
24+
ffi (1.16.3)
2625
filewatcher (2.1.0)
2726
module_methods (~> 0.1.0)
2827
github-markup (4.0.2)
2928
http_parser.rb (0.8.0)
30-
json (2.6.1)
31-
listen (3.7.0)
29+
json (2.7.2)
30+
listen (3.9.0)
3231
rb-fsevent (~> 0.10, >= 0.10.3)
3332
rb-inotify (~> 0.9, >= 0.9.10)
3433
mini_portile2 (2.8.6)
3534
module_methods (0.1.0)
36-
net-http-persistent (4.0.1)
35+
net-http-persistent (4.0.2)
3736
connection_pool (~> 2.2)
38-
nginx_test_helper (0.4.1)
37+
nginx_test_helper (0.4.2)
3938
popen4
39+
nio4r (2.7.3)
4040
nokogiri (1.16.4)
4141
mini_portile2 (~> 2.8.2)
4242
racc (~> 1.4)
4343
open4 (1.3.4)
4444
popen4 (0.1.2)
4545
Platform (>= 0.4.0)
4646
open4 (>= 0.4.0)
47-
public_suffix (4.0.6)
47+
public_suffix (5.0.5)
48+
puma (6.4.2)
49+
nio4r (~> 2.0)
4850
racc (1.7.3)
49-
rack (2.2.3)
50-
rake (13.0.6)
51-
rb-fsevent (0.11.0)
51+
rake (13.2.1)
52+
rb-fsevent (0.11.2)
5253
rb-inotify (0.10.1)
5354
ffi (~> 1.0)
54-
rspec (3.10.0)
55-
rspec-core (~> 3.10.0)
56-
rspec-expectations (~> 3.10.0)
57-
rspec-mocks (~> 3.10.0)
58-
rspec-core (3.10.1)
59-
rspec-support (~> 3.10.0)
60-
rspec-expectations (3.10.1)
55+
rspec (3.13.0)
56+
rspec-core (~> 3.13.0)
57+
rspec-expectations (~> 3.13.0)
58+
rspec-mocks (~> 3.13.0)
59+
rspec-core (3.13.0)
60+
rspec-support (~> 3.13.0)
61+
rspec-expectations (3.13.0)
6162
diff-lcs (>= 1.2.0, < 2.0)
62-
rspec-support (~> 3.10.0)
63-
rspec-mocks (3.10.2)
63+
rspec-support (~> 3.13.0)
64+
rspec-mocks (3.13.1)
6465
diff-lcs (>= 1.2.0, < 2.0)
65-
rspec-support (~> 3.10.0)
66-
rspec-support (3.10.3)
67-
thin (1.8.1)
68-
daemons (~> 1.0, >= 1.0.9)
69-
eventmachine (~> 1.0, >= 1.0.4)
70-
rack (>= 1, < 3)
71-
websocket (1.2.9)
66+
rspec-support (~> 3.13.0)
67+
rspec-support (3.13.1)
68+
websocket (1.2.10)
7269
websocket-eventmachine-base (1.2.0)
7370
eventmachine (~> 1.0)
7471
websocket (~> 1.0)
@@ -91,11 +88,11 @@ DEPENDENCIES
9188
net-http-persistent
9289
nginx_test_helper (~> 0.4.0)
9390
nokogiri
94-
rake (~> 13.0.1)
91+
puma
92+
rake (~> 13.2.1)
9593
rb-fsevent
9694
rb-inotify
9795
rspec
98-
thin
9996
websocket-eventmachine-client
10097

10198
RUBY VERSION

0 commit comments

Comments
 (0)