You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments