|  | @@ -8,7 +8,7 @@ test_version() {
 | 
	
		
			
				|  |  |    if [ "$version" == "jruby-1.7" ] ; then
 | 
	
		
			
				|  |  |      # No conformance tests yet -- JRuby is too broken to run them.
 | 
	
		
			
				|  |  |      bash --login -c \
 | 
	
		
			
				|  |  | -      "rvm install $version && rvm use $version && \
 | 
	
		
			
				|  |  | +      "rvm install $version && rvm use $version && rvm get head && \
 | 
	
		
			
				|  |  |         which ruby && \
 | 
	
		
			
				|  |  |         gem install bundler && bundle && \
 | 
	
		
			
				|  |  |         rake test"
 |