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.
source 'https://rubygems.org' | ||
gem 'jekyll', '3.4.3' | ||
gem 'jekyll-theme-perry' | ||
gem 'flickraw' | ||
gem 'jekyll-paginate' | ||
... | ... |
Please register or sign in to comment