toptal / crystalball

Regression Test Selection library for your RSpec test suite
https://toptal.github.io/crystalball/
MIT License
323 stars 41 forks source link

Update to Psych 4.0.x #134

Open marksiemers opened 2 years ago

marksiemers commented 2 years ago

Psych.safe_load changed it's method signature and requires keyword args for 'permitted_classes'

Update the calls to Psych.safe_load and add it as an explicit gem dependency with a pessimistic lock on the version.

marksiemers commented 2 years ago

@pluff or @jaimerson - Any chance this could be reviewed?

mculp commented 1 year ago

👀