forked from autonomic-cooperative/cotech-website
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			257 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			257 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| source 'https://rubygems.org'
 | ||
| 
 | ||
| gem 'jekyll'
 | ||
| 
 | ||
| # Fixes deprecation warning - see https://github.com/jekyll/jekyll-sass-converter/pull/75
 | ||
| gem 'jekyll-sass-converter', git: 'https://github.com/jekyll/jekyll-sass-converter.git', branch: 'sassc'
 | ||
| 
 | ||
| gem 'geocoder'
 |