Skip to content
Snippets Groups Projects
Unverified Commit 42d8664e authored by Richard Perry's avatar Richard Perry
Browse files

Define Jekyll version as 3.4.3

Jekyll 3.5.0 creates an error that I cannot fix:

> jekyll 3.5.0 | Error:  undefined method `registers' for nil:NilClass

Not really overly helpful. I tried to remove the `registers' method from all the plugin files and it still didn't work so I have given up and defined the version of Jekyll that my site will use until I have the time to find out how to fix the error.
parent f0c85d5c
No related branches found
No related tags found
No related merge requests found
Pipeline #
source 'https://rubygems.org'
 
gem 'jekyll', '3.4.3'
gem 'jekyll-theme-perry'
gem 'flickraw'
gem 'jekyll-paginate'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment