From a0b06623dd45684f87c4616273fc09381150c67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:08:24 +0000 Subject: [PATCH] Bump passenger from 3.0.5 to 5.3.2 Bumps [passenger](https://github.com/phusion/passenger) from 3.0.5 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-3.0.5...release-5.3.2) --- updated-dependencies: - dependency-name: passenger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++----------- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index 32bf0af..5be3374 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '2.3.18' gem 'mysql', '~> 2.8.1' -gem 'passenger', '3.0.5' +gem 'passenger', '5.3.2' gem 'authlogic', '~> 2.1.6' gem 'bitly', '~> 0.5.3' diff --git a/Gemfile.lock b/Gemfile.lock index d72efec..7980992 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -29,13 +29,9 @@ GEM mime-types (>= 1.15) rest-client (>= 0.5) crack (0.1.8) - daemon_controller (0.2.6) erubis (2.6.6) abstract (>= 1.0.0) faker (0.3.1) - fastthread (1.0.7) - file-tail (1.0.5) - spruz (>= 0.1.0) gravtastic (2.2.0) haml (3.0.25) hoe (3.12.0) @@ -59,10 +55,7 @@ GEM mysql (2.8.1) nokogiri (1.4.4) oauth (0.4.4) - passenger (3.0.5) - daemon_controller (>= 0.2.5) - fastthread (>= 1.0.1) - file-tail + passenger (5.3.2) rack rake (>= 0.8.1) polyglot (0.3.1) @@ -84,7 +77,7 @@ GEM activeresource (= 2.3.18) activesupport (= 2.3.18) rake (>= 0.8.3) - rake (10.3.2) + rake (10.5.0) rdoc (2.4.3) hoe (>= 1.12.1) minitest (~> 1.3) @@ -113,7 +106,6 @@ GEM ruby-debug-base (0.10.4) linecache (>= 0.3) slop (3.5.0) - spruz (0.2.6) syntax (1.0.0) timeline_fu (0.3.0) treetop (1.4.9) @@ -149,7 +141,7 @@ DEPENDENCIES mysql (~> 2.8.1) nokogiri (~> 1.4.4) oauth (~> 0.4.4) - passenger (= 3.0.5) + passenger (= 5.3.2) pry (~> 0.9.12.6) query_diet rails (= 2.3.18)