How to add non rubygems gems
Closed this issue · 1 comments
ggeldenhuis commented
I could see no clear documentation to specifies how I would add gems that is not sourced from rubygems. An example in the config.rb that gets generated would be useful if that is possible to do.
PierreRambaud commented
Hi,
You can simply put your gem in public/gems
directory, execute update and index commands will add your gem in the mirror.
Regards