You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
JSON has been part of the ruby stdlib since 1.9.0 (see ruby/ruby@af1c4167), and the latest version of poltegeist requires ruby 1.9.3 or better.
Would you consider removing multi_json as a dependency, and just using require 'json' instead? Rails recently made a similar change (rails/rails#23453), which has prompted other libraries to consider the same issue (like simplecov and stripe).
Hi,
JSON has been part of the ruby stdlib since 1.9.0 (see ruby/ruby@af1c4167), and the latest version of poltegeist requires ruby 1.9.3 or better.
Would you consider removing multi_json as a dependency, and just using
require 'json'
instead? Rails recently made a similar change (rails/rails#23453), which has prompted other libraries to consider the same issue (like simplecov and stripe).See also this recent blog post.
Thanks for a great library!
The text was updated successfully, but these errors were encountered: