Sha256: 912628181cd6745c04608ed8199df38b6aed54b6565a4c96f2449ec56fabc3b8
Contents?: true
Size: 697 Bytes
Versions: 3
Compression:
Stored size: 697 Bytes
Contents
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "BUNDLE\-INJECT" "1" "September 2017" "" "" . .SH "NAME" \fBbundle\-inject\fR \- Add named gem(s) with version requirements to Gemfile . .SH "SYNOPSIS" \fBbundle inject\fR [GEM] [VERSION] . .SH "DESCRIPTION" Adds the named gem(s) with their version requirements to the resolved \fBGemfile(5)\fR\. . .P This command will add the gem to both your \fBGemfile(5)\fR and Gemfile\.lock if it isn\'t listed yet\. . .P Example: . .IP "" 4 . .nf bundle install bundle inject \'rack\' \'> 0\' . .fi . .IP "" 0 . .P This will inject the \'rack\' gem with a version greater than 0 in your \fBGemfile(5)\fR and Gemfile\.lock
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-inject.1 |
bundler-1.16.0 | man/bundle-inject.1 |
bundler-1.16.0.pre.3 | man/bundle-inject.1 |