Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove safe_yaml. Psych.safe_load is fine for modern rubies #59

Merged
merged 1 commit into from Dec 7, 2018

Conversation

bf4
Copy link
Collaborator

@bf4 bf4 commented Jan 2, 2018

Otherwise webmock -> crack -> safe_yaml

@bf4
Copy link
Collaborator Author

bf4 commented Jan 2, 2018

@preston
Copy link

preston commented May 9, 2018

Yes, please!

@bf4
Copy link
Collaborator Author

bf4 commented May 14, 2018

@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 jnunemaker merged commit 4ecf9cf into jnunemaker:master Dec 7, 2018
@bf4
Copy link
Collaborator Author

bf4 commented Dec 8, 2018

@jnunemaker Oh wow, thanks!

@bf4
Copy link
Collaborator Author

bf4 commented Sep 14, 2020

@jnunemaker @pengwynn I just realized webmock is still pulling in safe_yaml through crack. Any chance we can bump this to 0.4.4?

@javierjulio
Copy link

Looks like this has been released now. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants