mirror of
				https://github.com/ruby/ruby.git
				synced 2022-11-09 12:17:21 -05:00 
			
		
		
		
	Update to ruby/mspec@ca2bc42
This commit is contained in:
		
							parent
							
								
									310a42e89c
								
							
						
					
					
						commit
						c940397116
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -38,7 +38,7 @@ specs in a manner compatible with multiple Ruby implementations.
 | 
			
		|||
 | 
			
		||||
## Requirements
 | 
			
		||||
 | 
			
		||||
MSpec requires Ruby 2.3 or more recent.
 | 
			
		||||
MSpec requires Ruby 2.4 or more recent.
 | 
			
		||||
 | 
			
		||||
## Bundler
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,8 +39,8 @@ class MSpecScript
 | 
			
		|||
  end
 | 
			
		||||
 | 
			
		||||
  def initialize
 | 
			
		||||
    ruby_version_is ""..."2.3" do
 | 
			
		||||
      abort "MSpec needs Ruby 2.3 or more recent"
 | 
			
		||||
    ruby_version_is ""..."2.4" do
 | 
			
		||||
      abort "MSpec needs Ruby 2.4 or more recent"
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    config[:formatter] = nil
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue