remove passenger

This commit is contained in:
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