File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11console <<-BASH
2-   rvm install 2.0.0 
2+   rvm install 2.1.5 
33BASH
44
55message "This downloads and compiles Ruby, which takes a while."
66console <<-BASH
7-   rvm use 2.0.0 
8-   rvm --default use 2.0.0 
7+   rvm use 2.1.5 
8+   rvm --default use 2.1.5 
99BASH
1010
1111verify do
1212  console "ruby -v"
13-   fuzzy_result "ruby 2.0.0 {FUZZY}p247 (2013-06-27  revision 41674 ) [x86_64-darwin13.0 .0]{/FUZZY}"
13+   fuzzy_result "ruby 2.1.5 {FUZZY}p273 (2014-11-13  revision 48405 ) [x86_64-darwin13.0]{/FUZZY}"
1414end
1515
1616div do
1717  h1 "Troubleshooting"
18-   important "If `rvm install 2.0.0 ` says `autoreconf was not found in the PATH`" do
18+   important "If `rvm install 2.1.5 ` says `autoreconf was not found in the PATH`" do
1919    div do
2020      option_half "Mac OS" do
2121        console "brew install automake"
2626      end
2727    end
2828
29-     message "Once that completes, retry `rvm install 2.0.0 `"
29+     message "Once that completes, retry `rvm install 2.1.5 `"
3030  end
3131end
3232
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments