|  | @@ -7,8 +7,8 @@ source $HOME/.rvm/scripts/rvm
 | 
	
		
			
				|  |  |  set -e  # rvm commands are very verbose
 | 
	
		
			
				|  |  |  time rvm install 2.5.0
 | 
	
		
			
				|  |  |  rvm use 2.5.0 --default
 | 
	
		
			
				|  |  | -gem install rake-compiler --no-ri --no-doc
 | 
	
		
			
				|  |  | -gem install bundler --no-ri --no-doc
 | 
	
		
			
				|  |  | +gem install rake-compiler --no-document
 | 
	
		
			
				|  |  | +gem install bundler --no-document
 | 
	
		
			
				|  |  |  rvm osx-ssl-certs status all
 | 
	
		
			
				|  |  |  rvm osx-ssl-certs update all
 | 
	
		
			
				|  |  |  set -ex
 | 
	
	
		
			
				|  | @@ -54,4 +54,3 @@ done
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  sed 's/x86_64-darwin-11/universal-darwin/' ~/.rake-compiler/config.yml > "$CROSS_RUBY"
 | 
	
		
			
				|  |  |  mv "$CROSS_RUBY" ~/.rake-compiler/config.yml
 | 
	
		
			
				|  |  | -
 |