Commit 4e99fb6

mo <mo@mokhan.ca>
2018-12-03 04:06:36
install prod gems
1 parent 252795d
Changed files (1)
bin/bootstrap
@@ -24,6 +24,6 @@ fi
 if [ -f "Gemfile" ]; then
   echo "==> Installing gem dependencies…"
   bundle check --path vendor/bundle >/dev/null 2>&1 || {
-    bundle install --path vendor/bundle --quiet --without production
+    bundle install --path vendor/bundle --quiet
   }
 fi