Remove RVM from run script

This commit is contained in:
Joe Cheng
2012-06-21 18:14:38 -07:00
parent af29721f5b
commit 586a67b025

2
run.sh
View File

@@ -1,3 +1,3 @@
#!/bin/sh
rvm 1.9.3 do bundle exec ruby server.rb
bundle exec ruby server.rb