orchitech / redmine_reformat

A Swiss-Army Knife for Converting Redmine Rich Text Data
Other
33 stars 6 forks source link

Fix missing 'webrick' in Gemfile #16

Closed jirutka closed 1 year ago

jirutka commented 1 year ago
[65841] * Preloading application
[65841] ! Unable to load application: LoadError: cannot load such file -- webrick
vendor/bundle/ruby/3.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require': cannot load such file -- webrick (LoadError)
    from vendor/bundle/ruby/3.1.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'
    from vendor/bundle/ruby/3.1.0/gems/zeitwerk-2.6.7/lib/zeitwerk/kernel.rb:38:in `require'
    from plugins/redmine_reformat/lib/redmine_reformat/microservice.rb:3:in `<top (required)>'
martincizek commented 1 year ago

Thank you for your contribution. It should have been probably better to make it in a more webserver-agnostic way.

Hope the explicit dependency won't break the main plugin usage. :)