diff options
author | Bundlerbot <bot@bundler.io> | 2019-09-01 09:45:24 +0000 |
---|---|---|
committer | David RodrÃguez <deivid.rodriguez@riseup.net> | 2019-09-15 09:42:41 +0200 |
commit | e573835fa4b4b1396129112690ac2682c828ce5c (patch) | |
tree | ff7df6af5254bed5c56aae2758f326adc7296a21 /man/bundle-lock.1 | |
parent | 35781bbdbcf6f0394439aefd08afdf12ecfa4e08 (diff) | |
download | bundler-e573835fa4b4b1396129112690ac2682c828ce5c.tar.gz |
Merge #7339
7339: Bump man documentation's month r=deivid-rodriguez a=deivid-rodriguez
### What was the end-user problem that led to this PR?
The problem was that CI is green because `rake man:check` is failing.
### What was your diagnosis of the problem?
My diagnosis was is that this is a gotcha of our current documentation building workflow.
### What is your fix for the problem, implemented in this PR?
I want to address this in the future but for now the easiest for me is to bump the documentation's date once a month.
### Why did you choose this fix out of the possible options?
I chose this fix because it's the simplest way to get CI green for me now.
Co-authored-by: David RodrÃguez <deivid.rodriguez@riseup.net>
(cherry picked from commit 022f9bc99e05fc0f7334a67f4b2377f9af946bfa)
Diffstat (limited to 'man/bundle-lock.1')
-rw-r--r-- | man/bundle-lock.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/bundle-lock.1 b/man/bundle-lock.1 index 224b8f4173..254d912ed5 100644 --- a/man/bundle-lock.1 +++ b/man/bundle-lock.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "BUNDLE\-LOCK" "1" "August 2019" "" "" +.TH "BUNDLE\-LOCK" "1" "September 2019" "" "" . .SH "NAME" \fBbundle\-lock\fR \- Creates / Updates a lockfile without installing |