diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:17:01 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-10-31 08:17:01 +0000 |
commit | 826980bc40c5485aebef922b6984c3aa334e6bb4 (patch) | |
tree | c7c0e5362ab38972dc3a70a6e6211e54681ecbd0 /config/initializers | |
parent | 88519264cf9987c60b07acf4c5f1b5e5f3eb38f6 (diff) | |
download | redmine-826980bc40c5485aebef922b6984c3aa334e6bb4.tar.gz redmine-826980bc40c5485aebef922b6984c3aa334e6bb4.zip |
Upgrades propshaft to 1.1.0 (#39111).
Patch by Takashi Kato (user:tohosaku).
git-svn-id: https://svn.redmine.org/redmine/trunk@23174 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/initializers')
-rw-r--r-- | config/initializers/10-patches.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/10-patches.rb b/config/initializers/10-patches.rb index 52e6d2a21..0cee95cce 100644 --- a/config/initializers/10-patches.rb +++ b/config/initializers/10-patches.rb @@ -132,7 +132,7 @@ module Propshaft end def load_path - @load_path ||= Redmine::AssetLoadPath.new(config) + @load_path ||= Redmine::AssetLoadPath.new(config, compilers) end end) |