Skip to content

Commit 63d6027

Browse files
committed
adjusted dummy production configs in order to support Rails 7
1 parent 15bb563 commit 63d6027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/dummy/config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Rails.application.configure do
22
# Verifies that versions and hashed value of the package contents in the project's package.json
3-
config.webpacker.check_yarn_integrity = false
3+
# config.webpacker.check_yarn_integrity = false
44
# Settings specified here will take precedence over those in config/application.rb.
55

66
# Code is not reloaded between requests.
@@ -30,7 +30,7 @@
3030
# config.assets.css_compressor = :sass
3131

3232
# Do fallback to assets pipeline if a precompiled asset is missed. (quick fix due to engine assets precompile error)
33-
config.assets.compile = true
33+
# config.assets.compile = true
3434

3535
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
3636

0 commit comments

Comments
 (0)