diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-09-17 10:00:46 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-09-17 10:03:59 +0300 |
commit | 3a237ca5993ccce53735cd242c227aff2ba4ff1d (patch) | |
tree | 23c20332bdf8a164c4b635802cbcfd7199ee2416 /www/gitlab/files/patch-Gemfile | |
parent | security/rubygem-omniauth-saml: update to 2.2.1 (diff) |
www/gitlab: update to 17.3.3
Added a unique PORTREVISION tag to be in sync with all gitlab related ports.
Please increase in www/gitlab/Makefile.common GITLAB_PORTREVISION if required.
Diffstat (limited to 'www/gitlab/files/patch-Gemfile')
-rw-r--r-- | www/gitlab/files/patch-Gemfile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index 6c38a9e1aee7..0da807cab28d 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2024-08-20 19:36:17 UTC +--- Gemfile.orig 2024-09-16 16:10:31 UTC +++ Gemfile @@ -156,7 +156,6 @@ gem 'graphql', '~> 2.3.5', feature_category: :api @@ -189,6 +189,15 @@ gem 'octokit', '~> 9.0', feature_category: :importers # Needed by octokit: https://github.com/octokit/octokit.rb/pull/1688 gem 'faraday-multipart', '~> 1.0', feature_category: :importers +@@ -623,7 +507,7 @@ gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/Mis + gem 'spamcheck', '~> 1.3.0' # rubocop:todo Gemfile/MissingFeatureCategory + + # Gitaly GRPC protocol definitions +-gem 'gitaly', '~> 17.2.0', feature_category: :gitaly ++gem 'gitaly', '~> 17.3.3', feature_category: :gitaly + + # KAS GRPC protocol definitions + gem 'kas-grpc', '~> 0.6.0', feature_category: :deployment_management @@ -632,7 +516,7 @@ gem 'kas-grpc', '~> 0.6.0', feature_category: :deploym # https://gitlab.com/gitlab-org/gitlab/-/issues/473169#note_2028352939 # Or we can upgrade to a more recent version as long as we can confirm |