aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-inject.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle-inject.1.txt')
-rw-r--r--man/bundle-inject.1.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/man/bundle-inject.1.txt b/man/bundle-inject.1.txt
new file mode 100644
index 0000000000..e7fba5d517
--- /dev/null
+++ b/man/bundle-inject.1.txt
@@ -0,0 +1,32 @@
+BUNDLE-INJECT(1) BUNDLE-INJECT(1)
+
+
+
+1mNAME0m
+ 1mbundle-inject 22m- Add named gem(s) with version requirements to Gemfile
+
+1mSYNOPSIS0m
+ 1mbundle inject 22m[GEM] [VERSION]
+
+1mDESCRIPTION0m
+ Adds the named gem(s) with their version requirements to the resolved
+ [1mGemfile(5)22m][Gemfile(5)].
+
+ This command will add the gem to both your [1mGemfile(5)22m][Gemfile(5)] and
+ Gemfile.lock if it isn't listed yet.
+
+ Example:
+
+
+
+ bundle install
+ bundle inject 'rack' '> 0'
+
+
+
+ This will inject the 'rack' gem with a version greater than 0 in your
+ [1mGemfile(5)22m][Gemfile(5)] and Gemfile.lock
+
+
+
+ June 2018 BUNDLE-INJECT(1)