game-data/bin/setup-dev.sh

7 lines
133 B
Bash
Raw Normal View History

#!/bin/sh
# Configure bundler to use local vendor path
bundle config set --local path 'vendor/bundle'
# Install gems
bundle install