You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
results in errors spamming the console about how the gem cannot be loaded, despite the gem being installed and able to be loaded when using Puma
However, everything works as intended when require 'mustermann' is removed.
Note: putting the absolute path to the .rb file of a gem allows falcon to load them in, however the error continues into the requires inside of the gems.
The text was updated successfully, but these errors were encountered:
Running
falcon serve
on thisresults in errors spamming the console about how the gem cannot be loaded, despite the gem being installed and able to be loaded when using Puma
However, everything works as intended when
require 'mustermann'
is removed.Note: putting the absolute path to the .rb file of a gem allows falcon to load them in, however the error continues into the
require
s inside of the gems.The text was updated successfully, but these errors were encountered: