remove passenger

This commit is contained in:
Torsten 2022-03-30 16:58:44 +03:00
parent 7881acc2ff
commit 260a08131e
2 changed files with 4 additions and 6 deletions

View File

@ -16,14 +16,13 @@ gem "net-ssh"
gem "haml-rails"
gem 'high_voltage', '~> 3.1'
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"
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem "puma"
end
group :development do

View File

@ -151,10 +151,9 @@ GEM
nokogiri (1.13.3-x86_64-linux)
racc (~> 1.4)
open4 (1.3.4)
passenger (6.0.12)
rack
rake (>= 0.8.1)
public_suffix (4.0.6)
puma (5.6.2)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.3)
rack-mini-profiler (3.0.0)
@ -253,7 +252,7 @@ DEPENDENCIES
importmap-rails
mina
net-ssh
passenger (>= 5.3.2)
puma
rack-mini-profiler
rails (~> 7.0)
sassc-rails