summaryrefslogtreecommitdiff
path: root/www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-08-27 23:02:23 +0300
committerMatthias Fechner <mfechner@FreeBSD.org>2024-09-07 07:51:00 +0300
commit2b6a89e02f3359a7789f16b6154d7f37593e0631 (patch)
tree4b1da8881597ffff9d49a792d96f7e99f611befa /www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec
parentdevel/rubygem-licensee: update to 9.17.1 (diff)
www/gitlab: major upgrade to 17.3.1
This commit includes also a suggestion from Robert Nagy <robert@openbsd.org> 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/
Diffstat (limited to 'www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec')
-rw-r--r--www/gitlab/files/patch-gems_gitlab-backup-cli_gitlab-backup-cli.gemspec11
1 files changed, 11 insertions, 0 deletions
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"