Suppress Ruby experimental features warning messages
The Remote Development codebase uses Ruby's experimental pattern matching syntax (https://docs.ruby-lang.org/en/3.0/syntax/pattern_matching_rdoc.html). As a result, booting `gitlab-rails console` shows a stream of these warnings at compile-time: ``` warning: One-line pattern matching is experimental, and the behavior may change in future versions of Ruby! ``` Let's just squelch these warnings for now since they're development warnings, and CI should catch issues if this breaks. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/420811 Changelog: fixed
parent
6d4184fb168d
No related branches found
No related tags found
Please register or sign in to comment