Skip to content

Deal with 1.8.7 any_instance block deprecation warnings.

gitlab-qa-bot requested to merge fix-issue-554 into 2-99-maintenance

Created by: myronmarston

The metadata provided by 1.8's Proc objects do not provide sufficient information to only issue this deprecation warning when it's truly necessary. See cd3208a7 for the background about why.

The best we can do is work around these warnings.

Merge request reports