Skip to content

Commit fd9ed23

Browse files
authored
[ruby/rack] Update puma to 6.5.0 (#9422)
Also add Gemfile.lock for rack-sequel. Lock files make test runs more deterministic and predictable.
1 parent 5452df9 commit fd9ed23

File tree

2 files changed

+61
-5
lines changed

2 files changed

+61
-5
lines changed
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
base64 (0.2.0)
5+
bigdecimal (3.1.8)
6+
json (2.8.2)
7+
kgio (2.11.4)
8+
mysql2 (0.5.6)
9+
nio4r (2.7.4)
10+
oj (3.16.7)
11+
bigdecimal (>= 3.0)
12+
ostruct (>= 0.2)
13+
ostruct (0.6.1)
14+
passenger (6.0.23)
15+
rack (>= 1.6.13)
16+
rackup
17+
rake (>= 12.3.3)
18+
pg (1.5.8)
19+
puma (6.5.0)
20+
nio4r (~> 2.0)
21+
rack (3.1.8)
22+
rackup (2.1.0)
23+
rack (>= 3)
24+
webrick (~> 1.8)
25+
raindrops (0.20.1)
26+
rake (13.2.1)
27+
sequel (5.85.0)
28+
bigdecimal
29+
sequel_pg (1.17.1)
30+
pg (>= 0.18.0, != 1.2.0)
31+
sequel (>= 4.38.0)
32+
unicorn (6.1.0)
33+
kgio (~> 2.6)
34+
raindrops (~> 0.7)
35+
webrick (1.8.2)
36+
37+
PLATFORMS
38+
ruby
39+
x86_64-darwin-22
40+
41+
DEPENDENCIES
42+
base64
43+
jdbc-mysql (~> 5.1)
44+
jdbc-postgres (~> 9.4)
45+
json (~> 2.0)
46+
mysql2 (~> 0.4)
47+
oj (~> 3.14)
48+
passenger (~> 6.0)
49+
pg (~> 1.5)
50+
puma (~> 6.4)
51+
rack (~> 3.0)
52+
sequel (~> 5.0)
53+
sequel_pg (~> 1.6)
54+
unicorn (~> 6.1)
55+
56+
BUNDLED WITH
57+
2.5.10

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ GEM
5050
io-endpoint (0.11.0)
5151
io-event (1.6.5)
5252
io-stream (0.4.0)
53-
json (2.7.2)
53+
json (2.8.2)
5454
kgio (2.11.4)
5555
language_server-protocol (3.17.0.3)
5656
localhost (1.3.1)
5757
mapping (1.1.1)
58-
nio4r (2.7.3)
58+
nio4r (2.7.4)
5959
oj (3.16.4)
6060
bigdecimal (>= 3.0)
6161
openssl (3.2.0)
@@ -77,7 +77,7 @@ GEM
7777
protocol-rack (0.6.0)
7878
protocol-http (~> 0.23)
7979
rack (>= 1.0)
80-
puma (6.4.3)
80+
puma (6.5.0)
8181
nio4r (~> 2.0)
8282
racc (1.8.0)
8383
rack (3.1.6)
@@ -120,8 +120,7 @@ GEM
120120
raindrops (~> 0.7)
121121

122122
PLATFORMS
123-
x86_64-darwin-20
124-
x86_64-darwin-22
123+
x86_64-darwin-23
125124
x86_64-linux
126125

127126
DEPENDENCIES

0 commit comments

Comments
 (0)