jekyll-wikilinks icon indicating copy to clipboard operation
jekyll-wikilinks copied to clipboard

Old jekyll requirement

Open makew0rld opened this issue 2 years ago • 2 comments

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.

makew0rld avatar Sep 13 '23 23:09 makew0rld

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

DevlopersField avatar Oct 05 '23 13:10 DevlopersField

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

makew0rld avatar Oct 05 '23 13:10 makew0rld