Removed the setup rake task to run bundler and replaced it with a shell script
This commit is contained in:
6
bin/setup-dev.sh
Executable file
6
bin/setup-dev.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Configure bundler to use local vendor path
|
||||
bundle config set --local path 'vendor/bundle'
|
||||
# Install gems
|
||||
bundle install
|
Reference in New Issue
Block a user