From f9ce33ea97c3c456daaffb101834caeadb5b0293 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 07:11:40 +0000 Subject: [PATCH] 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](https://github.com/phusion/passenger/compare/release-5.0.28...release-5.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 8c4b72a..8b6f066 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.1.0' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 6f7a367..5c500c9 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.1.0) 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) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.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.1.0) pg (>= 0.18, < 2.0) pry-rails puma (~> 4.1)