From c5c9460a5911a9cf203f7094da336a1ac8baa871 Mon Sep 17 00:00:00 2001 From: Mikhael Rakauskas Date: Tue, 5 Aug 2025 14:28:15 -0400 Subject: [PATCH] Rubocop fix --- config/environments/staging.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/staging.rb b/config/environments/staging.rb index 02a18963..180b6005 100644 --- a/config/environments/staging.rb +++ b/config/environments/staging.rb @@ -154,7 +154,7 @@ Rails.application.configure do } end - config.host_authorization = { exclude: ->(request) { request.path == "/up" } } + config.host_authorization = { exclude: ->(request) { request.path == '/up' } } [ /.*\.careerplug\.org\Z/, /.*\.careerplug\.com\Z/,