-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.tool-versions-gdk
More file actions
28 lines (28 loc) · 1.11 KB
/
.tool-versions-gdk
File metadata and controls
28 lines (28 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Below are software and versions the GDK requires to operate correctly.
# Currently GDK itself (excluding other projects) requires the following
# software:
#
# * Ruby - The majority of GDK is written in Ruby.
# * Node.js - Linting tools GDK uses require Node.js.
# * Yarn - Supports Node.js.
# * Minio - Provides object storage for gitlab-org/gitlab Rails.
# * PostgreSQL - Provides RDBMS for gitlab-org/gitlab Rails/Sidekiq.
# * Redis - Provides data storage for gitlab-org/gitlab Rails/Sidekiq.
#
# Each project GDK manages should ideally provide its own .tool-versions
# file that contains the project's specific software and versions, resulting
# in the .tool-versions-gdk file containing _just_ GDK-only software requirements.
#
# New versions must be introduced alongside the current version, and are
# automatically installed by GDK for asdf users.
#
# This file is incorporated into .tool-versions via the support/asdf-combine
# script, which should be run when this file is updated.
#
# <default-version> <other-version>
ruby 2.7.5 3.0.4
nodejs 16.14.0
yarn 1.22.17
minio 2021-04-06T23-11-00Z
postgres 12.10 13.6
redis 6.0.16