diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2024-07-02 11:40:18 +0300 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2024-07-03 10:42:25 +0300 |
commit | ac5743b99bf625636b3e2353160c124e81c4915b (patch) | |
tree | 5f62d13cb801cfe698135ff806bdae6c12ad649d /www/gitlab/files/patch-Gemfile | |
parent | devel/gitlab-runner: update to 17.1.0 (diff) |
www/gitlab: security and patch update to 17.1.1
Changes: https://about.gitlab.com/releases/2024/06/26/patch-release-gitlab-17-1-1-released/
Security: 589de937-343f-11ef-8a7b-001b217b3468
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 22b05c6010b3..dd9d6e0337c8 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2024-06-19 08:46:16 UTC +--- Gemfile.orig 2024-06-25 20:33:28 UTC +++ Gemfile @@ -58,7 +58,7 @@ gem 'rugged', '~> 1.6' # rubocop:todo Gemfile/MissingF @@ -215,6 +215,15 @@ gem 'octokit', '~> 8.1', feature_category: :importers gem 'gitlab-mail_room', '~> 0.0.24', require: 'mail_room', feature_category: :shared +@@ -594,7 +478,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.0.1', feature_category: :gitaly ++gem 'gitaly', '~> 17.1', feature_category: :gitaly + + # KAS GRPC protocol definitions + gem 'kas-grpc', '~> 0.5.0', feature_category: :deployment_management @@ -620,7 +504,7 @@ gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfil gem 'gitlab-net-dns', '~> 0.9.2' # rubocop:todo Gemfile/MissingFeatureCategory |