aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-07-01 13:54:15 +0200
committerEgor Tensin <egor@tensin.name>2024-07-01 13:54:15 +0200
commit8622b9fbaae45ea72148d89dfebb182e67dcb59b (patch)
treed7079f954b7d6ce96900c973506c3f102c8eb38e /DEVELOPMENT.md
parentbump dependencies (diff)
downloadsorting-algorithms-8622b9fbaae45ea72148d89dfebb182e67dcb59b.tar.gz
sorting-algorithms-8622b9fbaae45ea72148d89dfebb182e67dcb59b.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 8d87c68..9cea926 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
---------------------