Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscript/configure_bundler2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/configure_bundler b/script/configure_bundler
index 6c28ae7a0..1f30cca70 100755
--- a/script/configure_bundler
+++ b/script/configure_bundler
@@ -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