Skip to content

Clean up Ruby 3 related deprecation silences

Matthias Käppler requested to merge mk-clean-up-deprecation-silences into master

What does this MR do?

We are moving full steam ahead with Ruby 3 support.

This means updating many of our dependencies. Until this can happen, some of the dependencies have to be added to the list of silences for deprecation_toolkit, which is a tool we use when running rspec that will fail fast with an exception if a deprecation is observed.

This MR removes 2 of these silences for which the underlying issues had been fixed already, but where we forgot to clean up the silences that were still in place:

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

The absence of spec failures in this MR is proof enough that these have been fixed, at least as far as code goes that is covered by tests.

For anything else we are looking to add production logging around deprecations: #333330 (closed)

Edited by Matthias Käppler

Merge request reports