mirror of
				https://github.com/thoughtbot/shoulda-matchers.git
				synced 2022-11-09 12:01:38 -05:00 
			
		
		
		
	Ruby 2.5.0 removed support for the `-ubygems` option ([source][1]). This
was introduced many many years ago so you could say `ruby -rubygems`,
which was just a shortcut for `ruby -r rubygems`. Now that's no longer
there, so we have to update how Zeus starts a Ruby process.
[1]: 9de6c712b6
		
	
			
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			158 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "command": "ruby -r rubygems -r ./custom_plan -e Zeus.go",
 | 
						|
 | 
						|
  "plan": {
 | 
						|
    "boot": {
 | 
						|
      "test_environment": {
 | 
						|
        "rspec": []
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |