aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-07-01 13:45:55 +0200
committerEgor Tensin <egor@tensin.name>2024-07-01 13:45:55 +0200
commit88a9ea11792a740f992ff0c49406b8296efdb22a (patch)
treeea8842aa5292cc86a3643ff981b75867efc7f70a /DEVELOPMENT.md
parentbump dependencies (diff)
downloadegor-tensin.github.io-88a9ea11792a740f992ff0c49406b8296efdb22a.tar.gz
egor-tensin.github.io-88a9ea11792a740f992ff0c49406b8296efdb22a.zip
Makefile: add maintenance alias
Diffstat (limited to '')
-rw-r--r--DEVELOPMENT.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 73644ac..8ebd6cb 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
---------------------