Description:
installs bundler before running bundle in installation script
Commit status:
[Not Reviewed]
References:
Comments:
0 Commit comments 0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
Add another comment

r142:b55671b945cc - - 1 file changed: 1 inserted, 1 deleted

@@ -106,7 +106,7
106 echo "GRADING_RESULT_DIR = '$CAFE_PATH/judge/result'" >> config/initializers/cafe_grader_config.rb
106 echo "GRADING_RESULT_DIR = '$CAFE_PATH/judge/result'" >> config/initializers/cafe_grader_config.rb
107
107
108 echo "Installing required gems"
108 echo "Installing required gems"
109 -
109 + gem install bundler
110 bundle install
110 bundle install
111
111
112 echo "Running rake tasks to initialize database"
112 echo "Running rake tasks to initialize database"
You need to be logged in to leave comments. Login now