summaryrefslogtreecommitdiff
path: root/config/initializers/deprecations.rb
blob: f3f47b2ccf0301f42354e604b331c16422f2dad9 (plain)
1
2
3
4
5
deprecator = ActiveSupport::Deprecation.new('11.0', 'GitLab')

if Gitlab.com? || Rails.env.development?
  ActiveSupport::Deprecation.deprecate_methods(Gitlab::GitalyClient::StorageSettings, :legacy_disk_path, deprecator: deprecator)
end