From 2b6a89e02f3359a7789f16b6154d7f37593e0631 Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Tue, 27 Aug 2024 23:02:23 +0300 Subject: www/gitlab: major upgrade to 17.3.1 This commit includes also a suggestion from Robert Nagy to use the git version from gitlab in the gitaly port which is now required. Thanks again for this contributation! Put the gitlab and git version into a common Makefile that is included in every port that requires the same version like gitlab has. Changes: https://about.gitlab.com/releases/2024/07/18/gitlab-17-2-released/ Changes: https://about.gitlab.com/releases/2024/08/15/gitlab-17-3-released/ --- .../patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec (limited to 'www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec') diff --git a/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec b/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec new file mode 100644 index 000000000000..fdb8c56e19ee --- /dev/null +++ b/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec @@ -0,0 +1,11 @@ +--- gems/gitlab-backup-cli/gitlab-backup-cli.gemspec.orig 2024-08-27 06:12:18 UTC ++++ gems/gitlab-backup-cli/gitlab-backup-cli.gemspec +@@ -25,7 +25,7 @@ Gem::Specification.new do |spec| + spec.require_paths = ["lib"] + + spec.add_dependency "activesupport", "< 7.2" +- spec.add_dependency "googleauth", "~> 1.8.1" # https://gitlab.com/gitlab-org/gitlab/-/issues/449019 ++ spec.add_dependency "googleauth", "~> 1.8" # https://gitlab.com/gitlab-org/gitlab/-/issues/449019 + spec.add_dependency "google-cloud-storage_transfer", "~> 1.2.0" + spec.add_dependency "rainbow", "~> 3.0" + spec.add_dependency "thor", "~> 1.3" -- cgit v1.2.3