File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 44.SH "NAME"
55\fB bundle \- inject \fR \- Add named gem(s) with version requirements to Gemfile
66.SH "SYNOPSIS"
7- \fB bundle inject \fR [GEM] [VERSION]
7+ \fB bundle inject \fR [GEM] [VERSION] [ \-\- source=SOURCE] [ \-\- group=GROUP]
88.SH "DESCRIPTION"
99Adds the named gem(s) with their version requirements to the resolved [\fB Gemfile(5) \fR ][Gemfile(5)]\.
1010.P
@@ -21,3 +21,11 @@ bundle inject 'rack' '> 0'
2121This will inject the 'rack' gem with a version greater than 0 in your [\fB Gemfile(5) \fR ][Gemfile(5)] and Gemfile\. lock\.
2222.P
2323The \fB bundle inject \fR command was deprecated in Bundler 2\. 1 and will be removed in Bundler 3\. 0\.
24+ .SH "OPTIONS"
25+ .TP
26+ \fB \-\- source=SOURCE \fR
27+ Install gem from the given source\.
28+ .TP
29+ \fB \-\- group=GROUP \fR
30+ Install gem into a bundler group\.
31+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ bundle-inject(1) -- Add named gem(s) with version requirements to Gemfile
33
44## SYNOPSIS
55
6- ` bundle inject ` [ GEM] [ VERSION]
6+ ` bundle inject ` [ GEM] [ VERSION] [ --source=SOURCE ] [ --group=GROUP ]
77
88## DESCRIPTION
99
@@ -22,3 +22,11 @@ This will inject the 'rack' gem with a version greater than 0 in your
2222[ ` Gemfile(5) ` ] [ Gemfile(5) ] and Gemfile.lock.
2323
2424The ` bundle inject ` command was deprecated in Bundler 2.1 and will be removed in Bundler 3.0.
25+
26+ ## OPTIONS
27+
28+ * ` --source=SOURCE ` :
29+ Install gem from the given source.
30+
31+ * ` --group=GROUP ` :
32+ Install gem into a bundler group.
You can’t perform that action at this time.
0 commit comments