mirror of
				https://github.com/pry/pry.git
				synced 2022-11-09 12:35:05 -05:00 
			
		
		
		
	[GEM] Depend on Slop "~> 3.4"
Slop v3.4.0 includes new syntax for subcommands. And we're going to utilise it.
This commit is contained in:
		
							parent
							
								
									5ceab36304
								
							
						
					
					
						commit
						8f65c584ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -17,7 +17,7 @@ Gem::Specification.new do |s|
 | 
			
		|||
  s.test_files    = `git ls-files -- spec/*`.split("\n")
 | 
			
		||||
 | 
			
		||||
  s.add_dependency 'coderay',       '~> 1.0.5'
 | 
			
		||||
  s.add_dependency 'slop',          '~> 3.3.1'
 | 
			
		||||
  s.add_dependency 'slop',          '~> 3.4'
 | 
			
		||||
  s.add_dependency 'method_source', '~> 0.8'
 | 
			
		||||
 | 
			
		||||
  s.add_development_dependency 'bacon', '~> 1.2'
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue