From 24d85074aa394f658ad939db54c848ebc930b5ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:08:21 +0000 Subject: [PATCH] Bump passenger from 5.0.28 to 5.3.2 Bumps [passenger](https://github.com/phusion/passenger) from 5.0.28 to 5.3.2. - [Release notes](https://github.com/phusion/passenger/releases) - [Changelog](https://github.com/phusion/passenger/blob/stable-6.0/CHANGELOG) - [Commits](https://github.com/phusion/passenger/compare/release-5.0.28...release-5.3.2) --- updated-dependencies: - dependency-name: passenger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8c4b72a..e29d152 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server gem 'puma', '~> 4.1' -gem 'passenger', '5.0.28' +gem 'passenger', '5.3.2' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 6f7a367..c65d6e5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -101,7 +101,7 @@ GEM nio4r (2.5.2) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) - passenger (5.0.28) + passenger (5.3.2) rack rake (>= 0.8.1) pg (1.2.3) @@ -112,7 +112,7 @@ GEM pry (>= 0.10.4) puma (4.3.3) nio4r (~> 2.0) - rack (2.2.2) + rack (2.2.3.1) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -148,7 +148,7 @@ GEM method_source rake (>= 0.8.7) thor (>= 0.20.3, < 2.0) - rake (13.0.1) + rake (13.0.6) rb-fsevent (0.10.3) rb-inotify (0.10.1) ffi (~> 1.0) @@ -185,7 +185,7 @@ DEPENDENCIES faker (~> 2.11) jwt (~> 2.2) listen (>= 3.0.5, < 3.2) - passenger (= 5.0.28) + passenger (= 5.3.2) pg (>= 0.18, < 2.0) pry-rails puma (~> 4.1)