diff options
author | Egor Tensin <egor@tensin.name> | 2024-07-01 13:49:19 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-07-01 13:49:19 +0200 |
commit | bfd1601a5a381b901e2b96b2419fc3bd5c260305 (patch) | |
tree | bafb5baa17843be0ac3377bc00a4881089fda0ac /DEVELOPMENT.md | |
parent | bump dependencies (diff) | |
download | blog-bfd1601a5a381b901e2b96b2419fc3bd5c260305.tar.gz blog-bfd1601a5a381b901e2b96b2419fc3bd5c260305.zip |
Makefile: add maintenance alias
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r-- | DEVELOPMENT.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 0a4c466..e665814 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -31,7 +31,13 @@ Development Upgrading dependencies ---------------------- - bundle update +* To upgrade dependencies in Gemfile.lock & push them to the repository: + + make maintenance + +* Manually upgrade dependencies in Gemfile.lock: + + bundle update Building static pages --------------------- |