manunamz / jekyll-wikilinks

Add [[wikilinks]] support for jekyll.
https://rubygems.org/gems/jekyll-wikilinks
GNU General Public License v3.0
37 stars 1 forks source link

Old jekyll requirement #39

Open makew0rld opened 12 months ago

makew0rld commented 12 months ago

https://github.com/manunamz/jekyll-wikilinks/blob/e3270a8adc9d07a4de90550bd846dd3e2ca08b75/jekyll-wikilinks.gemspec#L31

Is this requirement still needed? This plugin won't work with the latest Jekyll because of this line.

DevlopersField commented 11 months ago

You can specify the exact version in your Gemfile like this:

gem 'jekyll', '4.2.0'

Or install a specific version from the command line:

gem install jekyll -v 4.2.0

makew0rld commented 11 months ago

Yes, I know. But ideally this plugin would be updated so that later versions of Jekyll could be used.