Skip to content

Use deprecation_toolkit to silence Ruby 2.7 warnings

Stan Hu requested to merge sh-add-deprecation-toolkit into master

Ruby 2.7 introduced noisy warnings to flag planned incompatibility of keyword arguments in Ruby 3.0.

In development and in production, we silence these warnings since we already have an issue for them (#257438 (closed)). We log them to the deprecations/ folder in CI.

Edited by Stan Hu

Merge request reports