From 7f2796ab5189271c1af61ce97c4a1e6be7c3ee8e Mon Sep 17 00:00:00 2001 From: Torsten Date: Tue, 29 Mar 2022 11:09:30 +0300 Subject: [PATCH] ad passenger --- Gemfile | 2 +- Gemfile.lock | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6821bad..67b4871 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,6 @@ ruby "3.0.3" gem "rails", "~> 7.0" gem "sprockets-rails" gem "sqlite3", "~> 1.4" -gem "puma", "~> 5.0" gem "importmap-rails" gem "stimulus-rails" gem "bootsnap", require: false @@ -15,6 +14,7 @@ gem "sassc-rails" gem "net-ssh" gem "haml-rails" +gem "passenger", ">= 5.3.2", require: "phusion_passenger/rack_handler" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] # gem "image_processing", "~> 1.2" diff --git a/Gemfile.lock b/Gemfile.lock index 898100a..a577fe5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -146,6 +146,9 @@ GEM nio4r (2.5.8) nokogiri (1.13.3-x86_64-linux) racc (~> 1.4) + passenger (6.0.12) + rack + rake (>= 0.8.1) public_suffix (4.0.6) puma (5.6.2) nio4r (~> 2.0) @@ -245,6 +248,7 @@ DEPENDENCIES haml-rails importmap-rails net-ssh + passenger (>= 5.3.2) puma (~> 5.0) rack-mini-profiler rails (~> 7.0)