gitlab-org--gitlab-foss/config/initializers/deprecations.rb
2018-04-24 17:29:44 -03:00

5 lines
222 B
Ruby

deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')
if Gitlab.dev_env_or_com?
ActiveSupport::Deprecation.deprecate_methods(Gitlab::GitalyClient::StorageSettings, :legacy_disk_path, deprecator: deprecator)
end