Use the Gemfile from the docs repo
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
set -e
|
||||
|
||||
git clone https://github.com/jasmine/jasmine.github.io.git
|
||||
|
||||
cd jasmine.github.io
|
||||
export BUNDLE_GEMFILE=$PWD/Gemfile
|
||||
bundle
|
||||
|
||||
bundle exec rake update_edge_jasmine
|
||||
|
||||
Reference in New Issue
Block a user