mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-12 07:04:25 +00:00
![Martin Weinelt](/assets/img/avatar_default.png)
https://meta.discourse.org/t/3-1-1-security-and-bug-fix-release/278760 https://meta.discourse.org/t/3-1-2-security-and-bug-fix-release/282427 https://meta.discourse.org/t/3-1-3-security-and-bug-fix-release/284973 https://meta.discourse.org/t/3-1-4-security-and-bug-fix-release/290939 https://blog.discourse.org/2024/01/celebrating-discourse-3-2/ https://meta.discourse.org/t/3-2-1-security-and-bug-fix-release/298237 https://meta.discourse.org/t/3-2-2-bug-fix-release/307780 Co-Authored-By: Christian Albrecht <christian.albrecht@mayflower.de> Fixes: CVE-2023-38706, CVE-2023-40588, CVE-2023-41043, CVE-2023-41042, CVE-2023-44388, CVE-2023-43814, CVE-2023-45147, CVE-2023-43659, CVE-2023-44391, CVE-2023-45131, CVE-2023-47120, CVE-2023-45816, CVE-2023-46130, CVE-2023-47119, CVE-2023-47121, CVE-2023-45806, CVE-2023-49099, CVE-2024-21655, CVE-2024-21655, CVE-2023-48297, CVE-2024-24748, CVE-2024-24827, CVE-2024-27085, CVE-2024-27100, CVE-2024-28242
14 lines
596 B
Diff
14 lines
596 B
Diff
diff --git a/lib/tasks/assets.rake b/lib/tasks/assets.rake
|
|
index 9608297789..5487490915 100644
|
|
--- a/lib/tasks/assets.rake
|
|
+++ b/lib/tasks/assets.rake
|
|
@@ -36,7 +36,7 @@ task "assets:precompile:build" do
|
|
if only_ember_precompile_build_remaining
|
|
exec "#{compile_command}"
|
|
elsif only_assets_precompile_remaining
|
|
- exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bin/rake assets:precompile"
|
|
+ exec "#{compile_command} && SKIP_EMBER_CLI_COMPILE=1 bundle exec rake assets:precompile"
|
|
else
|
|
system compile_command, exception: true
|
|
EmberCli.clear_cache!
|