Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit de6d42d

Browse files
committed
use bundle update in dciy_prepare.sh
1 parent 978ca90 commit de6d42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dciy_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
export HYPER_DEV_GEM_SOURCE='https://gems.ruby-hyperloop.org'
33
export RAILS_ENV="test"
4-
bundle install
4+
bundle update
55
cd spec/test_app
6-
bundle install
6+
bundle update
77
cd ../..

0 commit comments

Comments
 (0)