aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-07-01 13:51:08 +0200
committerEgor Tensin <egor@tensin.name>2024-07-01 13:51:08 +0200
commit786aa60e63bab4e546d5b90d3e44a307176ec92d (patch)
treeb47a19cf0ab05f4d684745c84df268175dc60cf2 /DEVELOPMENT.md
parentbump dependencies (diff)
downloadjekyll-theme-786aa60e63bab4e546d5b90d3e44a307176ec92d.tar.gz
jekyll-theme-786aa60e63bab4e546d5b90d3e44a307176ec92d.zip
Makefile: add maintenance alias
Diffstat (limited to 'DEVELOPMENT.md')
-rw-r--r--DEVELOPMENT.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md
index 7e4761c..648c307 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
---------------------