jruby / warbler

Warbler chirpily constructs .war files of your Ruby applications.
Other
883 stars 204 forks source link

warbler fails with LoadError: no such file to load -- /app/vendor/gems/jruby/specifications/bin/warble #546

Closed wolfkogu closed 7 months ago

wolfkogu commented 8 months ago

Hi All,

I am using Rails-5.2.8.1 with jruby-9.3.14.0 and warbler-2.0.5.

When trying to generate a war-file with warbler, I get the following error:

LoadError: no such file to load -- /app/vendor/gems/jruby/specifications/bin/warble load at org/jruby/RubyKernel.java:1053

at ./bin/warble:29 Warbler is called on a Linux machine with Java8. Can anyone help?