a4ff1845be
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
7 lines
406 B
Text
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/
|