Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2021-12-08 02:15:44 +0300
committerEvan Read <eread@gitlab.com>2021-12-08 04:09:19 +0300
commit8fecb446033d0e3fe7dc441df6c31a70d995c27f (patch)
tree46f4fcb92626cb2f951892d8701871ec33df0990 /Makefile
parentf787513c5c09661b74f55a94d520409915e39358 (diff)
Add Ruby 2.7.5
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..142d416e
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+up: setup live
+
+live:
+ @bundle exec nanoc live
+
+setup:
+ @asdf install && bundle install && yarn install --frozen-lockfile