freebsd-ports/sysutils/rubygem-bundler/pkg-descr
Dmitry Marakasov b37c3d3cbf - Update WWW
Approved by:	portmgr blanket
2018-11-10 09:30:21 +00:00

7 lines
406 B
Text

Bundler is a tool that manages gem dependencies for your ruby application. It
takes a gem manifest file and is able to fetch, download, and install the gems
and all child dependencies specified in this manifest. It can manage any update
to the gem manifest file and update the bundled gems accordingly. It also
letsyou run any ruby code in context of the bundled gem environment.
WWW: https://bundler.io/