From d8086477b1e5906d42c6f60e7882a50c0daee02b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 29 May 2018 16:12:50 +0200 Subject: Not needed for migrations etc (And yarning is currently failing) --- test/dummy/config/environments/development.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dummy/config') 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 -- cgit v1.2.3