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:
authorEvan Read <eread@gitlab.com>2022-12-15 07:56:18 +0300
committerEvan Read <eread@gitlab.com>2022-12-15 07:56:18 +0300
commit9fdbc9b743bb601b4b3bf0b4e3b204edf402a475 (patch)
tree7b4d9bf55e16ab12c6d7a7a3643c671f283586a2
parent869cab67d704013bcbad1dd630b6efe56398c855 (diff)
Install latest RubyGems when running make setup
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ca8aa1d5..a5f4597d 100644
--- a/Makefile
+++ b/Makefile
@@ -87,6 +87,7 @@ install-asdf-dependencies:
install-ruby-dependencies:
@printf "\n$(INFO)INFO: Installing Ruby dependencies...$(END)\n"
+ @gem update --system
@bundle install
install-nodejs-dependencies: