Skip to content

Commit 5452df9

Browse files
authored
[ruby/sinatra] Update puma to 6.5.0 (#9423)
Also add Gemfile.lock files. Lock files make test runs more deterministic and predictable.
1 parent 52b7d30 commit 5452df9

File tree

2 files changed

+150
-0
lines changed

2 files changed

+150
-0
lines changed
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
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+
mustermann (3.0.3)
9+
ruby2_keywords (~> 0.0.1)
10+
mysql2 (0.5.6)
11+
nio4r (2.7.4)
12+
passenger (6.0.23)
13+
rack (>= 1.6.13)
14+
rackup
15+
rake (>= 12.3.3)
16+
pg (1.5.8)
17+
puma (6.5.0)
18+
nio4r (~> 2.0)
19+
rack (3.1.8)
20+
rack-protection (4.0.0)
21+
base64 (>= 0.1.0)
22+
rack (>= 3.0.0, < 4)
23+
rack-session (2.0.0)
24+
rack (>= 3.0.0)
25+
rackup (2.1.0)
26+
rack (>= 3)
27+
webrick (~> 1.8)
28+
raindrops (0.20.1)
29+
rake (13.2.1)
30+
ruby2_keywords (0.0.5)
31+
sequel (5.85.0)
32+
bigdecimal
33+
sequel_pg (1.17.1)
34+
pg (>= 0.18.0, != 1.2.0)
35+
sequel (>= 4.38.0)
36+
sinatra (4.0.0)
37+
mustermann (~> 3.0)
38+
rack (>= 3.0.0, < 4)
39+
rack-protection (= 4.0.0)
40+
rack-session (>= 2.0.0, < 3)
41+
tilt (~> 2.0)
42+
tilt (2.4.0)
43+
unicorn (6.1.0)
44+
kgio (~> 2.6)
45+
raindrops (~> 0.7)
46+
webrick (1.8.2)
47+
48+
PLATFORMS
49+
ruby
50+
x86_64-darwin-23
51+
52+
DEPENDENCIES
53+
json (~> 2.8)
54+
mysql2 (~> 0.5)
55+
passenger (~> 6.0)
56+
pg (~> 1.5)
57+
puma (~> 6.4)
58+
sequel (~> 5.0)
59+
sequel_pg (~> 1.6)
60+
sinatra (~> 4.0)
61+
unicorn (~> 6.1)
62+
63+
BUNDLED WITH
64+
2.5.16
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activemodel (7.2.1.1)
5+
activesupport (= 7.2.1.1)
6+
activerecord (7.2.1.1)
7+
activemodel (= 7.2.1.1)
8+
activesupport (= 7.2.1.1)
9+
timeout (>= 0.4.0)
10+
activesupport (7.2.1.1)
11+
base64
12+
bigdecimal
13+
concurrent-ruby (~> 1.0, >= 1.3.1)
14+
connection_pool (>= 2.2.5)
15+
drb
16+
i18n (>= 1.6, < 2)
17+
logger (>= 1.4.2)
18+
minitest (>= 5.1)
19+
securerandom (>= 0.3)
20+
tzinfo (~> 2.0, >= 2.0.5)
21+
base64 (0.2.0)
22+
bigdecimal (3.1.8)
23+
concurrent-ruby (1.3.4)
24+
connection_pool (2.4.1)
25+
drb (2.2.1)
26+
i18n (1.14.6)
27+
concurrent-ruby (~> 1.0)
28+
json (2.8.1)
29+
kgio (2.11.4)
30+
logger (1.6.1)
31+
minitest (5.25.1)
32+
mustermann (3.0.3)
33+
ruby2_keywords (~> 0.0.1)
34+
mysql2 (0.5.6)
35+
nio4r (2.7.4)
36+
passenger (6.0.23)
37+
rack (>= 1.6.13)
38+
rackup
39+
rake (>= 12.3.3)
40+
pg (1.5.8)
41+
puma (6.5.0)
42+
nio4r (~> 2.0)
43+
rack (3.1.8)
44+
rack-protection (4.0.0)
45+
base64 (>= 0.1.0)
46+
rack (>= 3.0.0, < 4)
47+
rack-session (2.0.0)
48+
rack (>= 3.0.0)
49+
rackup (2.1.0)
50+
rack (>= 3)
51+
webrick (~> 1.8)
52+
raindrops (0.20.1)
53+
rake (13.2.1)
54+
ruby2_keywords (0.0.5)
55+
securerandom (0.3.1)
56+
sinatra (4.0.0)
57+
mustermann (~> 3.0)
58+
rack (>= 3.0.0, < 4)
59+
rack-protection (= 4.0.0)
60+
rack-session (>= 2.0.0, < 3)
61+
tilt (~> 2.0)
62+
tilt (2.4.0)
63+
timeout (0.4.1)
64+
tzinfo (2.0.6)
65+
concurrent-ruby (~> 1.0)
66+
unicorn (6.1.0)
67+
kgio (~> 2.6)
68+
raindrops (~> 0.7)
69+
webrick (1.8.2)
70+
71+
PLATFORMS
72+
ruby
73+
x86_64-darwin-23
74+
75+
DEPENDENCIES
76+
activerecord (~> 7.2)
77+
json (~> 2.8)
78+
mysql2 (~> 0.5)
79+
passenger (~> 6.0)
80+
pg (~> 1.5)
81+
puma (~> 6.4)
82+
sinatra (~> 4.0)
83+
unicorn (~> 6.1)
84+
85+
BUNDLED WITH
86+
2.5.16

0 commit comments

Comments
 (0)