rbuchberger / jekyll_picture_tag

Easy responsive images for Jekyll.
https://rbuchberger.github.io/jekyll_picture_tag/
BSD 3-Clause "New" or "Revised" License
622 stars 106 forks source link

Ruby version =2.5.0 required? #93

Closed renatopanda closed 5 years ago

renatopanda commented 5 years ago

I got an error trying to install the gems:

Resolving dependencies...
jekyll-picture-tag-1.0.1 requires ruby version = 2.5.0, which is incompatible
with the current version, ruby 2.5.1p57

Couldn't find any reference in the readme about this, Is there a reason for this and do I need to downgrade (or use rbenv) just to use the plugin?

rbuchberger commented 5 years ago

My mistake! I recently pushed an update related to this and didn't get the version checking syntax correct. Will have a fix posted shortly. Thanks!

rbuchberger commented 5 years ago

Fix is posted, it should work now. If it doesn't, please reopen this issue!

Sorry again, it was a bit of a stupid mistake that shouldn't have made it to the master branch.

renatopanda commented 5 years ago

The fix worked! Thanks!