back to puma

This commit is contained in:
2022-03-30 21:09:53 +03:00
parent 81344109c4
commit c373104393
3 changed files with 11 additions and 7 deletions

View File

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