Sha256: b274188e68a00de15115504b4bdfe364d77b936cc20894274be0d9f8816de60f
Contents?: true
Size: 950 Bytes
Versions: 3
Compression:
Stored size: 950 Bytes
Contents
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-ADD" "1" "September 2017" "" "" . .SH "NAME" \fBbundle\-add\fR \- Add gem to the Gemfile and run bundle install . .SH "SYNOPSIS" \fBbundle add\fR \fIGEM_NAME\fR [\-\-group=GROUP] [\-\-version=VERSION] [\-\-source=SOURCE] . .SH "DESCRIPTION" Adds the named gem to the Gemfile and run \fBbundle install\fR\. . .P Example: . .P bundle add rails . .P bundle add rails \-\-version "< 3\.0, > 1\.1" . .P bundle add rails \-\-version "~> 5\.0\.0" \-\-source "https://gems\.example\.com" \-\-group "development" . .P bundle add rails \-\-group "development, test" . .SH "OPTIONS" . .TP \fB\-\-version\fR, \fB\-v\fR Specify version requirements(s) for the added gem\. . .TP \fB\-\-group\fR, \fB\-g\fR Specify the group(s) for the added gem\. Multiple groups should be separated by commas\. . .TP \fB\-\-source\fR, , \fB\-s\fR Specify the source for the added gem\.
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
pract6-0.1.0 | .gem/ruby/2.3.0/gems/bundler-1.16.0.pre.3/man/bundle-add.1 |
bundler-1.16.0 | man/bundle-add.1 |
bundler-1.16.0.pre.3 | man/bundle-add.1 |