Skip to content

Removed hard dependency on json

Compare
Choose a tag to compare
@dylanratcliffe dylanratcliffe released this 19 Jun 09:41
· 186 commits to master since this release

Onceover now uses multi_json which means that we no longer need the C JSON gem, we can use a native version meaning that we don't need to compile anything! This will likely have some performance impact but very, very minor. If you want to switch back just include the json gem in your bundle and multi_json will select that as it's faster