Skip to content
New issue

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

Make it possible to work without Nokogiri #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. Make it possible to work without Nokogiri

    Nokogiri is not a mandatory dependency for this plugin, so this should
    work without it.
    
    Currently, we need to install Nokogiri manually.
    Otherwise, the following LoadError occurs:
    
        <internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require': cannot load such file -- nokogiri (LoadError)
            from <internal:/path/to/rubygems/core_ext/kernel_require.rb>:88:in `require'
            from /path/to/gems/fluent-plugin-windows-eventlog-0.8.3/lib/fluent/plugin/bookmark_sax_parser.rb:1:in `<top (required)>'
            ...
    
    Signed-off-by: Daijiro Fukuda <[email protected]>
    daipom committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    3238d55 View commit details
    Browse the repository at this point in the history