diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2018-05-29 16:12:50 +0200 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2018-05-29 16:12:50 +0200 |
commit | d8086477b1e5906d42c6f60e7882a50c0daee02b (patch) | |
tree | 9906476cb01da7b5574458962fe6e29a7b0cf6dc /test/dummy/config | |
parent | a79fa9d2233be0ac968dbec6c00e8eca5b1d0117 (diff) | |
download | rails-d8086477b1e5906d42c6f60e7882a50c0daee02b.tar.gz rails-d8086477b1e5906d42c6f60e7882a50c0daee02b.tar.bz2 rails-d8086477b1e5906d42c6f60e7882a50c0daee02b.zip |
Not needed for migrations etc
(And yarning is currently failing)
Diffstat (limited to 'test/dummy/config')
-rw-r--r-- | test/dummy/config/environments/development.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dummy/config/environments/development.rb b/test/dummy/config/environments/development.rb index 42768bf68c..f09b9a00c4 100644 --- a/test/dummy/config/environments/development.rb +++ b/test/dummy/config/environments/development.rb @@ -1,6 +1,6 @@ Rails.application.configure do # Verifies that versions and hashed value of the package contents in the project's package.json - config.webpacker.check_yarn_integrity = true + # config.webpacker.check_yarn_integrity = true # Settings specified here will take precedence over those in config/application.rb. # In the development environment your application's code is reloaded on |