Explorar o código

Fix location of Gemfile

Richard Nienaber %!s(int64=11) %!d(string=hai) anos
pai
achega
81741c3b8d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      frameworks/Ruby/rack/install.sh

+ 2 - 2
frameworks/Ruby/rack/install.sh

@@ -3,7 +3,7 @@
 fw_depends rvm nginx java
 fw_depends rvm nginx java
 
 
 rvm install ruby-2.0.0-p0
 rvm install ruby-2.0.0-p0
-rvm ruby-2.0.0-p0 do bundle install --gemfile=$TROOT/Gemfile-ruby
+rvm ruby-2.0.0-p0 do bundle install --gemfile=$TROOT/Gemfile
 
 
 rvm install jruby-1.7.8
 rvm install jruby-1.7.8
-rvm jruby-1.7.8 do bundle install --gemfile=$TROOT/Gemfile-jruby
+rvm jruby-1.7.8 do bundle install --gemfile=$TROOT/Gemfile