aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/DEVELOPMENT.md
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2024-07-01 14:29:47 +0200
committerEgor Tensin <egor@tensin.name>2024-07-01 14:29:47 +0200
commit6c23a2b543af035e8b26c9ff090527e3461d5e2b (patch)
tree96fad37a48fbc308662ae90121d02e042cc05c1b /DEVELOPMENT.md
parentbump dependencies (diff)
downloadfucktipp.ing-6c23a2b543af035e8b26c9ff090527e3461d5e2b.tar.gz
fucktipp.ing-6c23a2b543af035e8b26c9ff090527e3461d5e2b.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 18dfbb0..023d46c 100644
--- a/DEVELOPMENT.md
+++ b/DEVELOPMENT.md
@@ -31,4 +31,10 @@ 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