We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed553cc commit 4f47d4dCopy full SHA for 4f47d4d
railties/lib/rails/application/configuration.rb
@@ -367,11 +367,11 @@ def enable_reloading=(value)
367
end
368
369
def read_encrypted_secrets
370
- Rails.deprecator.warn("'config.read_encrypted_secrets' is deprecated and will be removed in Rails 7.3.")
+ Rails.deprecator.warn("'config.read_encrypted_secrets' is deprecated and will be removed in Rails 8.0.")
371
372
373
def read_encrypted_secrets=(value)
374
- Rails.deprecator.warn("'config.read_encrypted_secrets=' is deprecated and will be removed in Rails 7.3.")
+ Rails.deprecator.warn("'config.read_encrypted_secrets=' is deprecated and will be removed in Rails 8.0.")
375
376
377
def encoding=(value)
0 commit comments