Closed bf4 closed 5 years ago
Optionally, see https://github.com/sferik/rails_admin/pull/2397/files
Yes, please!
@preston In the meantime, here's an example of what I have in my Gemfile
# RailsAdmin only uses safe_yaml when present https://github.com/sferik/rails_admin/pull/2397
# SafeYaml, unfortunately, is included by webmock's dependency on crack
gem 'crack', github: 'bf4/crack', branch: 'no_safe_yaml'
gem 'webmock', '~>3.0.0'
@jnunemaker Oh wow, thanks!
@jnunemaker @pengwynn I just realized webmock is still pulling in safe_yaml through crack. Any chance we can bump this to 0.4.4?
Looks like this has been released now. Thanks!
Otherwise webmock -> crack -> safe_yaml