riboseinc / jekyll-theme-open-project

Jekyll theme for site suite presenting your open software and specifications.
MIT License
30 stars 3 forks source link

Support Jekyll 4.2+ #76

Closed ronaldtse closed 2 years ago

ronaldtse commented 3 years ago

As reported here: https://github.com/riboseinc/jekyll-theme-open-project/issues/75

Currently the jekyll-data gem which we depend on only supports jekyll ~4.1. Using it with Jekyll 4.2 will fail.

The current workaround is to lock Jekyll at 4.1.x like this: https://github.com/metanorma/metanorma.com/blob/0595c9fa05ef127242c38c413e8e6d1b0d64cefe/Gemfile#L11

We should support Jekyll 4.2 or indicate in gemspec to require Jekyll 4.1.

ronaldtse commented 3 years ago

This is causing metanorma/metanorma.com#371

ronaldtse commented 2 years ago

This is fixed in https://github.com/ashmaroli/jekyll-data v1.1.1. We're going to relax the version constraint here and it will work with Jekyll 4.2.