-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
Running falcon serve on this
# config.ru
require 'mustermann'
class App
def call(env)
[200, {}, ['<p>HIIII</p>']]
end
end
run App.newresults 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels