jekyll/jemoji

Use Jemoji Configuration in plugins array

Closed this issue · 2 comments

Hi,

Using the latest Jekyll version 3.8.3. Instead of plugins we still have the gems array in the _config.yml for Jemoji only. This warning is issued.

Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.

Are there any plans to make it work with the plugins array? Currently, I use both.

An example

plugins:
  - jekyll-archives
  - jekyll-paginate
  - jekyll-sitemap
  - jekyll-feed
  - jekyll-email-protect
  - jekyll-gist  

gems:
  - jemoji

@cinhtau jemoji will work fine if you place it in the plugins array.

Hmm, it seems with the new version it is working now. Just tested it.

$ bundle list | grep jemoji
  * jemoji (0.10.1)

With 0.10.0 it seems the workaround was needed.