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
The concrete issue i've faced was running rake rubocop on a project that included rails_admin, since rails_admin indirectly includes safe_yaml and rubocop uses YAML.safe_load, they are not working together. See rubocop/rubocop#2009
On ruby 2.2.2
if i include safe_yaml:
Note that safe_yaml does not create a regex but a string.
The text was updated successfully, but these errors were encountered: