Use the Gemfile from the docs repo

This commit is contained in:
slackersoft
2014-10-01 13:10:11 -07:00
parent cfc64a6f5c
commit 0c77c6cfb5
+3
View File
@@ -1,8 +1,11 @@
#!/bin/bash -e #!/bin/bash -e
set -e
git clone https://github.com/jasmine/jasmine.github.io.git git clone https://github.com/jasmine/jasmine.github.io.git
cd jasmine.github.io cd jasmine.github.io
export BUNDLE_GEMFILE=$PWD/Gemfile
bundle bundle
bundle exec rake update_edge_jasmine bundle exec rake update_edge_jasmine