Operating System
Ubuntu 22.04
Ruby Version
ruby 3.2.0 (2022-12-25 revision a528908271) [x86_64-linux]
Jekyll Version
jekyll 3.9.2
GitHub Pages Version
No response
Expected Behavior
I am able to serve a basic Jekyll site with
bundle exec jekyll serve
Current Behavior
"Liquid Exception: undefined method untaint' for "Welcome to Jekyll!":String in /_layouts/post.html jekyll 3.9.2 | Error: undefined method untaint' for "Welcome to Jekyll!":String
/home/thuston/.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/liquid-4.0.3/lib/liquid/standardfilters.rb:42:in escape': undefined method untaint' for "Welcome to Jekyll!":String (NoMethodError)"
I tried to update my blog after ignoring it for some time and was unable to do so, every time I tried to Jekyll Serve I would get the error "Liquid Exception: undefined method `tainted?' for "Code":String in /_layouts/page.html"
Wasn't able to find an immediate fix so I removed Ubuntu from WSL, installed 22.04, re-installed Jekyll and everything, got the same error. So then I created a new Jekyll site with just jekyll new test, tried to serve that, and for the error listed above.
So fresh Linux install, fresh Jekyll install, fresh site. Any ideas?
Relevant log output
No response
Code Sample
No response
Operating System
Ubuntu 22.04
Ruby Version
ruby 3.2.0 (2022-12-25 revision a528908271) [x86_64-linux]
Jekyll Version
jekyll 3.9.2
GitHub Pages Version
No response
Expected Behavior
I am able to serve a basic Jekyll site with
bundle exec jekyll serveCurrent Behavior
"Liquid Exception: undefined method
untaint' for "Welcome to Jekyll!":String in /_layouts/post.html jekyll 3.9.2 | Error: undefined methoduntaint' for "Welcome to Jekyll!":String/home/thuston/.rbenv/versions/3.2.0/lib/ruby/gems/3.2.0/gems/liquid-4.0.3/lib/liquid/standardfilters.rb:42:in
escape': undefined methoduntaint' for "Welcome to Jekyll!":String (NoMethodError)"I tried to update my blog after ignoring it for some time and was unable to do so, every time I tried to Jekyll Serve I would get the error "Liquid Exception: undefined method `tainted?' for "Code":String in /_layouts/page.html"
Wasn't able to find an immediate fix so I removed Ubuntu from WSL, installed 22.04, re-installed Jekyll and everything, got the same error. So then I created a new Jekyll site with just
jekyll new test, tried to serve that, and for the error listed above.So fresh Linux install, fresh Jekyll install, fresh site. Any ideas?
Relevant log output
No response
Code Sample
No response