back to passenger

This commit is contained in:
2022-03-31 11:54:31 +03:00
parent 86c280d9cf
commit 03c970a9e4
3 changed files with 7 additions and 11 deletions

View File

@ -16,7 +16,7 @@ gem "net-ssh"
gem "haml-rails"
gem 'high_voltage', '~> 3.1'
gem "puma" , "4.3.10"
gem "passenger", require: "phusion_passenger/rack_handler"
# Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images]
# gem "image_processing", "~> 1.2"
@ -30,7 +30,6 @@ group :development do
gem "web-console"
gem "rack-mini-profiler"
gem "mina"
gem "mina-puma"
end
group :test do