2018-04-12 03:12:21 -04:00
|
|
|
deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')
|
|
|
|
|
2018-04-18 10:24:05 -04:00
|
|
|
if Gitlab.dev_env_or_com?
|
2018-04-12 03:12:21 -04:00
|
|
|
ActiveSupport::Deprecation.deprecate_methods(Gitlab::GitalyClient::StorageSettings, :legacy_disk_path, deprecator: deprecator)
|
|
|
|
end
|