Set frozen config as boolean

This is normalized to "true" in the config after running bin/bundle, so
rerunning script/configure_bundler resets this back to 1 (which is the
same, but we don't need to change this back and forth every time).
This commit is contained in:
Benjamin Neff 2018-02-25 22:53:31 +01:00
parent beeb073dbe
commit 74d027a3ab
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -24,7 +24,7 @@ end
if rails_env != "development"
config("path vendor/bundle")
config("frozen 1")
config("frozen true")
config("disable_shared_gems true")
end