Skip to content
Extraits de code Groupes Projets
.rvmrc 470 octets
Newer Older
  • Learn to ignore specific revisions
  • . ./script/env/ruby_env
    
      . .rvmrc.local;
    
    elif [ -e '.rvmrc_custom' ] ; then
    
      . .rvmrc_custom;
    
      if rvm list strings | grep -q "$ruby_version" ; then
        rvm --create use "$ruby_version@$gemset"
      else
    
        printf "\e[00;31mPLEASE INSTALL RUBY $ruby_version WITH \`rvm install $ruby_version\`"
        printf "Don't forget to run \`cd .. && cd -\` afterwards!\e[00m"
    
    . ./script/env/ensure_right_rubygems