aboutsummaryrefslogtreecommitdiffstats
path: root/man/bundle-pristine.1.txt
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-08 14:19:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-13 07:54:37 +0900
commit0e60b59d5884edb8f9aea023efd9b24f1ff02049 (patch)
treee52935ce510440872ca5ce6b0e092cbc94f18bc9 /man/bundle-pristine.1.txt
parent68224651a4d4dc3ce0cea666f5423dd8b6ba6cfc (diff)
downloadruby-0e60b59d5884edb8f9aea023efd9b24f1ff02049.tar.gz
Update the bundler version with master branch
Diffstat (limited to 'man/bundle-pristine.1.txt')
-rw-r--r--man/bundle-pristine.1.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/bundle-pristine.1.txt b/man/bundle-pristine.1.txt
index 8d474fe497..e7e317dbe9 100644
--- a/man/bundle-pristine.1.txt
+++ b/man/bundle-pristine.1.txt
@@ -1,4 +1,4 @@
-BUNDLE-PRISTINE(1) BUNDLE-PRISTINE(1)
+BUNDLE-PRISTINE(1) BUNDLE-PRISTINE(1)
@@ -9,7 +9,7 @@ SYNOPSIS
bundle pristine
DESCRIPTION
- pristine restores the installed gems in the bundle to their pristine
+ pristine restores the installed gems in the bundle to their pristine
condition using the local gem cache from RubyGems. For git gems, a
forced checkout will be performed.
@@ -18,8 +18,8 @@ DESCRIPTION
gem's git repository as if one were installing from scratch.
Note: the Bundler gem cannot be restored to its original state with
- pristine. One also cannot use bundle pristine on gems with a 'path'
- option in the Gemfile, because bundler has no original copy it can
+ pristine. One also cannot use bundle pristine on gems with a 'path'
+ option in the Gemfile, because bundler has no original copy it can
restore from.
When is it practical to use bundle pristine?
@@ -35,10 +35,10 @@ DESCRIPTION
--all cleans all installed gems for that Ruby version.
If a developer forgets which gems in their project they might have been
- debugging, the Rubygems gem pristine [GEMNAME] command may be inconve-
- nient. One can avoid waiting for gem pristine --all, and instead run
- bundle pristine.
+ debugging, the Rubygems gem pristine [GEMNAME] command may be
+ inconvenient. One can avoid waiting for gem pristine --all, and instead
+ run bundle pristine.
- January 2020 BUNDLE-PRISTINE(1)
+ May 2020 BUNDLE-PRISTINE(1)