Added passenger support. Partialy 1
This commit is contained in:
7
func_ruby/update_required_gems.sh
Normal file
7
func_ruby/update_required_gems.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
if [ -e /opt/brepo/ruby33/bin/bundle ]; then
|
||||
/opt/brepo/ruby33/bin/bundle install
|
||||
else
|
||||
bundle install
|
||||
fi
|
||||
Reference in New Issue
Block a user