diff options
author | Egor Tensin <egor@tensin.name> | 2024-07-01 13:51:08 +0200 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2024-07-01 13:51:08 +0200 |
commit | 786aa60e63bab4e546d5b90d3e44a307176ec92d (patch) | |
tree | b47a19cf0ab05f4d684745c84df268175dc60cf2 /DEVELOPMENT.md | |
parent | bump dependencies (diff) | |
download | jekyll-theme-786aa60e63bab4e546d5b90d3e44a307176ec92d.tar.gz jekyll-theme-786aa60e63bab4e546d5b90d3e44a307176ec92d.zip |
Makefile: add maintenance alias
Diffstat (limited to '')
-rw-r--r-- | DEVELOPMENT.md | 8 |
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 --------------------- |