diff options
Diffstat (limited to 'www/gitlab/Makefile.common')
-rw-r--r-- | www/gitlab/Makefile.common | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 97c84df1048b..9e0f66298ff7 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ -GITLAB_VERSION= 17.11.2 -GITLAB_PORTREVISION= 1 +GITLAB_VERSION= 18.0.0 +GITLAB_PORTREVISION= 0 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml @@ -12,3 +12,6 @@ GITLAB_GIT_VERSION_SHORT= ${GITLAB_GIT_VERSION:C/^([0-9]*\.[0-9]*)\..*/\1/} GITLAB_KAS_GRPC_VERSION= ${GITLAB_VERSION} #GITLAB_KAS_GRPC_VERSION= 17.11.0.pre.rc43 +# Rails version +RAILS_VERSION= 7.1.5.1 + |