blob: 2476ea9e38a6dcece714b408a6f21a31681d6f25 (
plain)
1
2
3
4
5
|
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
|