* fix: Security: CVE-2020-8264 (#1328) * fix: Upgraded rails version to 6.0.3.4 for Security: CVE-2020-8264 * Fixed a rubocop linter issue with string inetrpolation also.
This commit is contained in:
@@ -102,7 +102,7 @@ Rails.application.configure do
|
||||
|
||||
# Use a different logger for distributed setups.
|
||||
# require 'syslog/logger'
|
||||
config.logger = ActiveSupport::Logger.new(Rails.root.join('log', Rails.env + '.log'), 1, ENV.fetch('LOG_SIZE', '1024').to_i.megabytes)
|
||||
config.logger = ActiveSupport::Logger.new(Rails.root.join('log', "#{Rails.env}.log"), 1, ENV.fetch('LOG_SIZE', '1024').to_i.megabytes)
|
||||
|
||||
# Bullet configuration to fix the N+1 queries
|
||||
config.after_initialize do
|
||||
|
||||
Reference in New Issue
Block a user