Skip to content

Commit 05dacd9

Browse files
Merge pull request #9629 from p8/rack/update-dependencies
[ruby/rack] Update dependencies to latest
2 parents 3c194d8 + 0c1013e commit 05dacd9

File tree

5 files changed

+67
-64
lines changed

5 files changed

+67
-64
lines changed

frameworks/Ruby/rack-sequel/Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ gem 'sequel', '~> 5.0'
55
gem 'rack', '~> 3.0'
66

77
group :mysql, optional: true do
8-
gem 'jdbc-mysql', '~> 5.1', platforms: :jruby, require: 'jdbc/mysql'
98
gem 'mysql2', '~> 0.4', platforms: [:ruby, :mswin]
109
end
1110

1211
group :postgresql, optional: true do
13-
gem 'jdbc-postgres', '~> 9.4', platforms: :jruby, require: 'jdbc/postgres'
1412
gem 'pg', '~> 1.5', platforms: [:ruby, :mswin]
1513
gem 'sequel_pg', '~> 1.6', platforms: :ruby, require: false
1614
end
@@ -21,7 +19,7 @@ group :passenger, optional: true do
2119
end
2220

2321
group :puma, optional: true do
24-
gem 'puma', '~> 6.4', require: false
22+
gem 'puma', '~> 6.5', require: false
2523
end
2624

2725
group :unicorn, optional: true do

frameworks/Ruby/rack-sequel/Gemfile.lock

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
base64 (0.2.0)
5-
bigdecimal (3.1.8)
6-
json (2.9.1)
5+
bigdecimal (3.1.9)
6+
json (2.10.1)
77
kgio (2.11.4)
88
mysql2 (0.5.6)
99
nio4r (2.7.4)
1010
passenger (6.0.26)
1111
rack (>= 1.6.13)
1212
rackup (>= 2.0.0)
1313
rake (>= 12.3.3)
14-
pg (1.5.8)
15-
puma (6.5.0)
14+
pg (1.5.9)
15+
puma (6.6.0)
1616
nio4r (~> 2.0)
17-
rack (3.1.8)
17+
rack (3.1.11)
1818
rackup (2.2.1)
1919
rack (>= 3)
2020
raindrops (0.20.1)
2121
rake (13.2.1)
22-
sequel (5.85.0)
22+
sequel (5.90.0)
2323
bigdecimal
2424
sequel_pg (1.17.1)
2525
pg (>= 0.18.0, != 1.2.0)
@@ -34,13 +34,11 @@ PLATFORMS
3434

3535
DEPENDENCIES
3636
base64
37-
jdbc-mysql (~> 5.1)
38-
jdbc-postgres (~> 9.4)
3937
json (~> 2.8)
4038
mysql2 (~> 0.4)
4139
passenger (~> 6.0)
4240
pg (~> 1.5)
43-
puma (~> 6.4)
41+
puma (~> 6.5)
4442
rack (~> 3.0)
4543
sequel (~> 5.0)
4644
sequel_pg (~> 1.6)

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ group :iodine, optional: true do
2020
end
2121

2222
group :puma, optional: true do
23-
gem 'puma', '~> 6.4'
23+
gem 'puma', '~> 6.5'
2424
end
2525

2626
group :unicorn, optional: true do

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 56 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2,121 +2,128 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
ast (2.4.2)
5-
async (2.20.0)
5+
async (2.23.0)
66
console (~> 1.29)
77
fiber-annotation
8-
io-event (~> 1.6, >= 1.6.5)
9-
async-container (0.18.3)
10-
async (~> 2.10)
11-
async-http (0.83.1)
8+
io-event (~> 1.9)
9+
metrics (~> 0.12)
10+
traces (~> 0.15)
11+
async-container (0.24.0)
12+
async (~> 2.22)
13+
async-container-supervisor (0.5.1)
14+
async-container (~> 0.22)
15+
async-service
16+
io-endpoint
17+
memory-leak (~> 0.5)
18+
async-http (0.87.0)
1219
async (>= 2.10.2)
1320
async-pool (~> 0.9)
1421
io-endpoint (~> 0.14)
1522
io-stream (~> 0.6)
1623
metrics (~> 0.12)
17-
protocol-http (~> 0.43)
18-
protocol-http1 (>= 0.28.1)
19-
protocol-http2 (~> 0.19)
24+
protocol-http (~> 0.49)
25+
protocol-http1 (~> 0.30)
26+
protocol-http2 (~> 0.22)
2027
traces (~> 0.10)
21-
async-http-cache (0.4.4)
28+
async-http-cache (0.4.5)
2229
async-http (~> 0.56)
23-
async-pool (0.10.1)
30+
async-pool (0.10.3)
2431
async (>= 1.25)
25-
traces
26-
async-service (0.12.0)
32+
async-service (0.13.0)
2733
async
2834
async-container (~> 0.16)
29-
bigdecimal (3.1.8)
30-
concurrent-ruby (1.3.4)
31-
connection_pool (2.4.1)
32-
console (1.29.0)
35+
bigdecimal (3.1.9)
36+
concurrent-ruby (1.3.5)
37+
connection_pool (2.5.0)
38+
console (1.30.0)
3339
fiber-annotation
3440
fiber-local (~> 1.1)
3541
json
36-
falcon (0.48.3)
42+
falcon (0.51.1)
3743
async
38-
async-container (~> 0.18)
44+
async-container (~> 0.20)
45+
async-container-supervisor (~> 0.5.0)
3946
async-http (~> 0.75)
4047
async-http-cache (~> 0.4)
4148
async-service (~> 0.10)
4249
bundler
4350
localhost (~> 1.1)
4451
openssl (~> 3.0)
45-
process-metrics (~> 0.2)
4652
protocol-http (~> 0.31)
4753
protocol-rack (~> 0.7)
4854
samovar (~> 2.3)
4955
fiber-annotation (0.2.0)
5056
fiber-local (1.1.0)
5157
fiber-storage
5258
fiber-storage (1.0.0)
53-
io-endpoint (0.14.0)
54-
io-event (1.7.3)
59+
io-endpoint (0.15.2)
60+
io-event (1.9.0)
5561
io-stream (0.6.1)
5662
iodine (0.7.58)
57-
json (2.9.1)
63+
json (2.10.1)
5864
kgio (2.11.4)
59-
language_server-protocol (3.17.0.3)
65+
language_server-protocol (3.17.0.4)
66+
lint_roller (1.1.0)
6067
localhost (1.3.1)
6168
mapping (1.1.1)
62-
metrics (0.12.1)
69+
memory-leak (0.5.2)
70+
metrics (0.12.2)
6371
nio4r (2.7.4)
64-
openssl (3.2.0)
72+
openssl (3.3.0)
6573
parallel (1.26.3)
66-
parser (3.3.6.0)
74+
parser (3.3.7.1)
6775
ast (~> 2.4.1)
6876
racc
6977
pg (1.5.9)
70-
process-metrics (0.3.0)
71-
console (~> 1.8)
72-
json (~> 2)
73-
samovar (~> 2.1)
7478
protocol-hpack (1.5.1)
75-
protocol-http (0.43.0)
76-
protocol-http1 (0.28.1)
79+
protocol-http (0.49.0)
80+
protocol-http1 (0.30.0)
7781
protocol-http (~> 0.22)
78-
protocol-http2 (0.20.0)
82+
protocol-http2 (0.22.1)
7983
protocol-hpack (~> 1.4)
80-
protocol-http (~> 0.18)
81-
protocol-rack (0.11.0)
84+
protocol-http (~> 0.47)
85+
protocol-rack (0.11.2)
8286
protocol-http (~> 0.43)
8387
rack (>= 1.0)
84-
puma (6.5.0)
88+
puma (6.6.0)
8589
nio4r (~> 2.0)
8690
racc (1.8.1)
87-
rack (3.1.8)
88-
rack-test (2.1.0)
91+
rack (3.1.11)
92+
rack-test (2.2.0)
8993
rack (>= 1.3)
9094
rainbow (3.1.1)
9195
raindrops (0.20.1)
92-
regexp_parser (2.9.2)
93-
rubocop (1.68.0)
96+
regexp_parser (2.10.0)
97+
rubocop (1.73.2)
9498
json (~> 2.3)
95-
language_server-protocol (>= 3.17.0)
99+
language_server-protocol (~> 3.17.0.2)
100+
lint_roller (~> 1.1.0)
96101
parallel (~> 1.10)
97102
parser (>= 3.3.0.2)
98103
rainbow (>= 2.2.2, < 4.0)
99-
regexp_parser (>= 2.4, < 3.0)
100-
rubocop-ast (>= 1.32.2, < 2.0)
104+
regexp_parser (>= 2.9.3, < 3.0)
105+
rubocop-ast (>= 1.38.0, < 2.0)
101106
ruby-progressbar (~> 1.7)
102-
unicode-display_width (>= 2.4.0, < 3.0)
103-
rubocop-ast (1.35.0)
107+
unicode-display_width (>= 2.4.0, < 4.0)
108+
rubocop-ast (1.38.1)
104109
parser (>= 3.3.1.0)
105110
ruby-progressbar (1.13.0)
106111
samovar (2.3.0)
107112
console (~> 1.0)
108113
mapping (~> 1.0)
109-
sequel (5.86.0)
114+
sequel (5.90.0)
110115
bigdecimal
111116
sequel_pg (1.17.1)
112117
pg (>= 0.18.0, != 1.2.0)
113118
sequel (>= 4.38.0)
114-
traces (0.14.1)
119+
traces (0.15.2)
115120
tzinfo (2.0.6)
116121
concurrent-ruby (~> 1.0)
117122
tzinfo-data (1.2023.3)
118123
tzinfo (>= 1.0.0)
119-
unicode-display_width (2.6.0)
124+
unicode-display_width (3.1.4)
125+
unicode-emoji (~> 4.0, >= 4.0.4)
126+
unicode-emoji (4.0.4)
120127
unicorn (6.1.0)
121128
kgio (~> 2.6)
122129
raindrops (~> 0.7)
@@ -132,7 +139,7 @@ DEPENDENCIES
132139
jdbc-postgres (~> 42.2)
133140
json (~> 2.8)
134141
pg (~> 1.5)
135-
puma (~> 6.4)
142+
puma (~> 6.5)
136143
rack (~> 3.0)
137144
rack-test
138145
rubocop

frameworks/Ruby/rack/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ The tests were run with:
1313

1414
* [Ruby 3.4](http://www.ruby-lang.org/)
1515
* [JRuby 9.4](http://jruby.org/)
16-
* [Rack 3.0.7](http://rack.github.com/)
16+
* [Rack 3.1](http://rack.github.com/)
1717
* [Unicorn 6.1.0](http://unicorn.bogomips.org/)
1818
* [Puma 6.4](http://puma.io/)
1919
* [Iodine](https://github.com/boazsegev/iodine)
2020
* [Falcon](https://github.com/socketry/falcon)
21-
* [Sequel 5.68.0](https://sequel.jeremyevans.net/)
21+
* [Sequel 5](https://sequel.jeremyevans.net/)
2222

2323

2424
## Paths & Source for Tests

0 commit comments

Comments
 (0)