diff --git a/Gemfile b/Gemfile index 34052c9..db46446 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 338dd50..045742e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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