Skip to content

Commit

Permalink
Add script to update gems + submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
gjtorikian committed May 7, 2015
1 parent cd7da61 commit a9e113c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions script/bootstrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

set -e

echo "==> Initing Git submodules"

git submodule update --init --recursive

echo "==> Installing gem dependencies…"

bundle install --path vendor/gems --local --standalone --clean "$@"

0 comments on commit a9e113c

Please sign in to comment.