Fix RuboCop rule violation for STDOUT

trunk
Matt Brictson 4 years ago
parent 5a0193071f
commit abebb760c8
No known key found for this signature in database
GPG Key ID: 2F279EAD1F2ACFAF

@ -1,4 +1,5 @@
uncomment_lines "config/environments/production.rb", /config\.force_ssl = true/
gsub_file "config/environments/production.rb", /\bSTDOUT\b/, "$stdout"
gsub_file "config/environments/production.rb",
"config.force_ssl = true",
'config.force_ssl = ENV["RAILS_FORCE_SSL"].present?'

Loading…
Cancel
Save