NameError: uninitialized constant LiquidFilter

Hi, I need help troubleshooting an error:
After running this in the terminal:
bundle exec jekyll serve --open-url http://localhost:4000/ --trace
I get this error:

C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-liquify-0.0.3/lib/jekyll-liquify.rb:15:in `<top (required)>': uninitialized constant LiquidFilter (NameError)
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:60:in `require'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:60:in `block (2 levels) in require'        
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:55:in `each'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:55:in `block in require'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:44:in `each'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler/runtime.rb:44:in `require'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/bundler-2.5.3/lib/bundler.rb:187:in `require'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-4.3.3/lib/jekyll/plugin_manager.rb:53:in `require_from_bundler'
        from C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/jekyll-4.3.3/exe/jekyll:11:in `<top (required)>'
        from C:/Ruby30-x64/bin/jekyll:25:in `load'
        from C:/Ruby30-x64/bin/jekyll:25:in `<main>'

what is the full output from the console including the command you ran?

Thank you @rdyar for your help. I asked chatGPT about it and was advised to remove the ‘jekyll-liquify’ gem and then run bundle and it built as expected. I’m not sure why I had the jekyll-liquify gem in there anyway. I guess it’s not needed to render the code?

it looks like that gem allows you to use liquid inside a frontmatter variable. As long as you are not doing that you should be fine. But since you had it in there maybe you are using it somewhere?