From d70573925f33aef4589d4b6efb8ef2fdf9802bfa Mon Sep 17 00:00:00 2001 From: Matthias Fechner Date: Thu, 13 Feb 2025 08:59:08 +0200 Subject: www/gitlab: security and patch update to 17.8.2 Changes: https://about.gitlab.com/releases/2025/02/12/patch-release-gitlab-17-8-2-released/ Security: 1a8c5720-e9cf-11ef-9e96-2cf05da270f3 --- www/gitlab/files/patch-config_application.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 www/gitlab/files/patch-config_application.rb (limited to 'www/gitlab/files/patch-config_application.rb') diff --git a/www/gitlab/files/patch-config_application.rb b/www/gitlab/files/patch-config_application.rb new file mode 100644 index 000000000000..9099b1d3a7ab --- /dev/null +++ b/www/gitlab/files/patch-config_application.rb @@ -0,0 +1,14 @@ +--- config/application.rb.orig 2025-02-13 06:21:36 UTC ++++ config/application.rb +@@ -1,6 +1,11 @@ require_relative 'boot' + # frozen_string_literal: true + require_relative 'boot' + ++# Required as rubygem-concurrent-ruby version 1.3.5 has remove logger, but is required by active_support ++# The fix has only applied to rails 7.1 and 7.2 ++# https://github.com/rails/rails/pull/49372 ++require "logger" ++ + # Based on https://github.com/rails/rails/blob/v6.0.1/railties/lib/rails/all.rb + # Only load the railties we need instead of loading everything + require 'rails' -- cgit v1.2.3