gottfrois / link_thumbnailer

Ruby gem that fetches images and metadata from a given URL. Much like popular social website with link preview.
MIT License
511 stars 106 forks source link

json 1.8.6 is too old #115

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello,

link_thumbnailer use Gem json 1.8.6 as well, but the newest version is 2.0.2. It might have dependency conflict with our existing system.

If I want to upgrade json to 2.0.2, what should I do? Thank you.

gottfrois commented 7 years ago

You can fork the repo and try to upgrade on your side, see if everything works as expected. If it's the case, you can submit a pull request :)

gottfrois commented 7 years ago

Upgraded