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
(MODULES-10852) Fix warnings introduced by Ruby 2.7
Ruby 2.7 introduced a warning for checking an Integer against a regular
expression because this check always returns nil even though as a string
it would respect the given regular expression.
0 commit comments