freebsd-ports/sysutils/rubygem-bundler1/pkg-descr
Koichiro Iwao a4ff1845be sysutils/rubygem-bundler1: Repocopied from sysutils/rubygem-bundler
Some rubygem ports still depends on Bundler 1 series. Before updating
sysutils/rubygem-bundler to 2.0.x, the older version should be kept in
the ports tree.

Submitted by:   meta (myself)
Reviewed by:	mfechner
Approved by:    mfechner
Differential Revision:  https://reviews.freebsd.org/D19818
2019-04-19 07:34:53 +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/