Skip to content

Commit 31355b0

Browse files
committed
[ruby/rack] Update passenger to 6.1
1 parent e33b74f commit 31355b0

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.5.9)
8483
pitchfork (0.17.0)
@@ -97,14 +96,14 @@ GEM
9796
puma (7.0.2)
9897
nio4r (~> 2.0)
9998
racc (1.8.1)
100-
rack (3.2.0)
99+
rack (3.2.2)
101100
rack-test (2.2.0)
102101
rack (>= 1.3)
103102
rackup (2.2.1)
104103
rack (>= 3)
105104
rainbow (3.1.1)
106105
raindrops (0.20.1)
107-
rake (13.2.1)
106+
rake (13.3.0)
108107
regexp_parser (2.10.0)
109108
rubocop (1.73.2)
110109
json (~> 2.3)
@@ -146,14 +145,13 @@ PLATFORMS
146145
x86_64-linux
147146

148147
DEPENDENCIES
149-
base64
150148
connection_pool (~> 2.4)
151149
falcon (~> 0.47)
152150
iodine (~> 0.7)
153151
jdbc-postgres (~> 42.2)
154152
json (~> 2.10)
155153
logger
156-
passenger (~> 6.0)
154+
passenger (~> 6.1)
157155
pg (~> 1.5)
158156
pitchfork (~> 0.17)
159157
puma (~> 7.0)

0 commit comments

Comments
 (0)