mruby-rack-json-api
mruby-rack-json-api copied to clipboard
Adding mruby gems
I noticed that after installing and running this, there are mruby gems listed in src/mruby/mrbgems/mgem-list, but it seems none of these are accessible in the app files. One in particular is the mruby-set gem which should give Set.
I know with mruby you can configure these in a build_config.rb which is found in src/deps/mruby/build_config.rb. Is this where you would configure these? Or is there another spot you can add a build_config file to tell mruby to require these?