diff options
author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-02-13 08:59:08 +0200 |
---|---|---|
committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-02-13 09:02:44 +0200 |
commit | d70573925f33aef4589d4b6efb8ef2fdf9802bfa (patch) | |
tree | bcd10ec4d03692ac5f3fa09ce50daa146996f387 /www/gitlab/files/patch-config_application.rb | |
parent | graphics/drawio: update to 26.0.9 (diff) |
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
Diffstat (limited to 'www/gitlab/files/patch-config_application.rb')
-rw-r--r-- | www/gitlab/files/patch-config_application.rb | 14 |
1 files changed, 14 insertions, 0 deletions
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' |