mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			147 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source 'https://rubygems.org'
 | 
						|
gemspec
 | 
						|
 | 
						|
if RUBY_VERSION < "1.9.3"
 | 
						|
  # escape_utils 1.0.0 requires 1.9.3 and above
 | 
						|
  gem "escape_utils", "0.3.2"
 | 
						|
end
 |