We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(base) [hp-gbif-be] bundle exec jekyll serve master Calling DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call DidYouMean.correct_error(error_name, spell_checker)' instead. Configuration file: /Users/ahe/ws/hp-gbif-be/_config.yml Source: /Users/ahe/ws/hp-gbif-be Destination: /Users/ahe/ws/hp-gbif-be/_site Incremental build: disabled. Enable with --incremental Generating... Remote Theme: Using theme gbif/jekyll-hp-base-theme Jekyll Feed: Generating feed for posts Liquid Exception: undefined method tainted?' for [{"type"=>"postHeader"}, {"type"=>"pageMarkdown"}]:Array in /private/var/folders/19/mrkkz1tx34l98n1rs3qr3xr00000gn/T/jekyll-remote-theme-20240418-4209-kny8ta/_layouts/post.html ------------------------------------------------ Jekyll 4.1.1 Please append --traceto theservecommand for any additional information or backtrace. ------------------------------------------------ /Users/ahe/.rbenv/versions/3.2.3/lib/ruby/gems/3.2.0/gems/liquid-4.0.3/lib/liquid/variable.rb:124:intaint_check': undefined method `tainted?' for [{"type"=>"postHeader"}, {"type"=>"pageMarkdown"}]:Array (NoMethodError)
DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
tainted?' for [{"type"=>"postHeader"}, {"type"=>"pageMarkdown"}]:Array in /private/var/folders/19/mrkkz1tx34l98n1rs3qr3xr00000gn/T/jekyll-remote-theme-20240418-4209-kny8ta/_layouts/post.html ------------------------------------------------ Jekyll 4.1.1 Please append
to the
command for any additional information or backtrace. ------------------------------------------------ /Users/ahe/.rbenv/versions/3.2.3/lib/ruby/gems/3.2.0/gems/liquid-4.0.3/lib/liquid/variable.rb:124:in
return unless obj.tainted? ^^^^^^^^^
The text was updated successfully, but these errors were encountered:
Problem solved by using liquid 4.0.4 instead of 4.0.3 see here
Sorry, something went wrong.
No branches or pull requests
(base) [hp-gbif-be] bundle exec jekyll serve master
Calling
DidYouMean::SPELL_CHECKERS.merge!(error_name => spell_checker)' has been deprecated. Please call
DidYouMean.correct_error(error_name, spell_checker)' instead.Configuration file: /Users/ahe/ws/hp-gbif-be/_config.yml
Source: /Users/ahe/ws/hp-gbif-be
Destination: /Users/ahe/ws/hp-gbif-be/_site
Incremental build: disabled. Enable with --incremental
Generating...
Remote Theme: Using theme gbif/jekyll-hp-base-theme
Jekyll Feed: Generating feed for posts
Liquid Exception: undefined method
tainted?' for [{"type"=>"postHeader"}, {"type"=>"pageMarkdown"}]:Array in /private/var/folders/19/mrkkz1tx34l98n1rs3qr3xr00000gn/T/jekyll-remote-theme-20240418-4209-kny8ta/_layouts/post.html ------------------------------------------------ Jekyll 4.1.1 Please append
--traceto the
servecommand for any additional information or backtrace. ------------------------------------------------ /Users/ahe/.rbenv/versions/3.2.3/lib/ruby/gems/3.2.0/gems/liquid-4.0.3/lib/liquid/variable.rb:124:in
taint_check': undefined method `tainted?' for [{"type"=>"postHeader"}, {"type"=>"pageMarkdown"}]:Array (NoMethodError)The text was updated successfully, but these errors were encountered: