From b20ef235637b9d442862999050af1aad9e553ed7 Mon Sep 17 00:00:00 2001 From: Taico Aerts <t.v.aerts@tudelft.nl> Date: Mon, 12 Sep 2022 21:09:07 +0200 Subject: [PATCH] Start with migration to rails 6.0 --- config/puma.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/puma.rb b/config/puma.rb index d9b3e836c..9e81e8cc0 100644 --- a/config/puma.rb +++ b/config/puma.rb @@ -16,7 +16,6 @@ worker_timeout 3600 if ENV.fetch("RAILS_ENV", "development") == "development" # Specifies the `port` that Puma will listen on to receive requests; default is 3000. # port ENV.fetch("PORT") { 3000 } - # Specifies the `environment` that Puma will run in. # environment ENV.fetch("RAILS_ENV") { "development" } -- GitLab