Skip to content

Commit 94749c8

Browse files
authored
[ruby/rack] Update passenger to 6.1 (#10157)
1 parent 3ae4a2e commit 94749c8

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

frameworks/Ruby/rack/Gemfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ group :iodine, optional: true do
2323
end
2424

2525
group :passenger, optional: true do
26-
gem 'base64' # required by passenger on Ruby 3.4
2726
gem 'logger' # required by passenger on Ruby 3.5
28-
gem 'passenger', '~> 6.0', platforms: [:ruby, :windows], require: false
27+
gem 'passenger', '~> 6.1', platforms: [:ruby, :windows], require: false
2928
end
3029

3130
group :pitchfork, optional: true do

frameworks/Ruby/rack/Gemfile.lock

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ GEM
3232
async-service (0.13.0)
3333
async
3434
async-container (~> 0.16)
35-
base64 (0.2.0)
3635
bigdecimal (3.1.9)
3736
concurrent-ruby (1.3.5)
3837
connection_pool (2.5.0)
@@ -76,9 +75,9 @@ GEM
7675
parser (3.3.7.1)
7776
ast (~> 2.4.1)
7877
racc
79-
passenger (6.0.26)
78+
passenger (6.1.0)
8079
rack (>= 1.6.13)
81-
rackup (>= 2.0.0)
80+
rackup (>= 1.0.1)
8281
rake (>= 12.3.3)
8382
pg (1.6.2-arm64-darwin)
8483
pg (1.6.2-x86_64-darwin)
@@ -99,14 +98,14 @@ GEM
9998
puma (7.0.2)
10099
nio4r (~> 2.0)
101100
racc (1.8.1)
102-
rack (3.2.0)
101+
rack (3.2.2)
103102
rack-test (2.2.0)
104103
rack (>= 1.3)
105104
rackup (2.2.1)
106105
rack (>= 3)
107106
rainbow (3.1.1)
108107
raindrops (0.20.1)
109-
rake (13.2.1)
108+
rake (13.3.0)
110109
regexp_parser (2.10.0)
111110
rubocop (1.73.2)
112111
json (~> 2.3)
@@ -148,14 +147,13 @@ PLATFORMS
148147
x86_64-linux
149148

150149
DEPENDENCIES
151-
base64
152150
connection_pool (~> 2.4)
153151
falcon (~> 0.47)
154152
iodine (~> 0.7)
155153
jdbc-postgres (~> 42.2)
156154
json (~> 2.10)
157155
logger
158-
passenger (~> 6.0)
156+
passenger (~> 6.1)
159157
pg (~> 1.5)
160158
pitchfork (~> 0.17)
161159
puma (~> 7.0)

0 commit comments

Comments
 (0)