leshill / handlebars_assets

Use handlebars.js templates with the Rails asset pipeline.
MIT License
649 stars 159 forks source link

Remove dependency on json, multi_json #158

Closed jhawthorn closed 7 years ago

jhawthorn commented 7 years ago

JSON is built in to ruby since 1.9, and multi_json isn't used.

This follows other gems dropping the dependency on json.

AlexRiedler commented 7 years ago

Thanks a lot @jhawthorn pushing new release.