diff --git a/Gemfile.lock b/Gemfile.lock index 1119253207..710d67f65e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -695,11 +695,9 @@ GEM zeitwerk (2.8.2) PLATFORMS - arm64-darwin-21 - arm64-darwin-22 + arm64-darwin ruby - x86_64-darwin-21 - x86_64-darwin-23 + x86_64-darwin x86_64-linux DEPENDENCIES diff --git a/config/environments/production.rb b/config/environments/production.rb index 7c310a9f9a..f7d6140383 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -42,6 +42,9 @@ # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.asset_host = "http://assets.example.com" + # Do not fall back to on-demand asset compilation; assets are precompiled at build time. + config.assets.compile = false + # Store uploaded files on the local file system (see config/storage.yml for options). config.active_storage.service = :microsoft