Skip to content

Commit f9ce33e

Browse files
Bump passenger from 5.0.28 to 5.1.0
Bumps [passenger](https://github.com/phusion/passenger) from 5.0.28 to 5.1.0. - [Release notes](https://github.com/phusion/passenger/releases) - [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG) - [Commits](phusion/passenger@release-5.0.28...release-5.1.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent abe2557 commit f9ce33e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ gem 'pg', '>= 0.18', '< 2.0'
1111
# Use Puma as the app server
1212
gem 'puma', '~> 4.1'
1313

14-
gem 'passenger', '5.0.28'
14+
gem 'passenger', '5.1.0'
1515

1616

1717
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ GEM
101101
nio4r (2.5.2)
102102
nokogiri (1.10.9)
103103
mini_portile2 (~> 2.4.0)
104-
passenger (5.0.28)
104+
passenger (5.1.0)
105105
rack
106106
rake (>= 0.8.1)
107107
pg (1.2.3)
@@ -112,7 +112,7 @@ GEM
112112
pry (>= 0.10.4)
113113
puma (4.3.3)
114114
nio4r (~> 2.0)
115-
rack (2.2.2)
115+
rack (2.2.3)
116116
rack-cors (1.1.1)
117117
rack (>= 2.0.0)
118118
rack-test (1.1.0)
@@ -185,7 +185,7 @@ DEPENDENCIES
185185
faker (~> 2.11)
186186
jwt (~> 2.2)
187187
listen (>= 3.0.5, < 3.2)
188-
passenger (= 5.0.28)
188+
passenger (= 5.1.0)
189189
pg (>= 0.18, < 2.0)
190190
pry-rails
191191
puma (~> 4.1)

0 commit comments

Comments
 (0)