You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			20 lines
		
	
	
		
			460 B
		
	
	
	
		
			Ruby
		
	
			
		
		
	
	
			20 lines
		
	
	
		
			460 B
		
	
	
	
		
			Ruby
		
	
| source "https://rubygems.org"
 | |
| 
 | |
| group :development do
 | |
|   gem 'rake', '~> 10.0'
 | |
|   gem 'jekyll', '~> 2.0'
 | |
|   gem 'jekyll-page-hooks', '~> 1.2'
 | |
|   gem 'jekyll-date-format', '~> 1.0'
 | |
|   gem 'jekyll-sitemap'
 | |
|   gem 'rdiscount', '~> 2.0'
 | |
|   gem 'RedCloth', '~> 4.2.9'
 | |
|   gem 'haml', '~> 4.0'
 | |
|   gem 'compass', '~> 0.12.2'
 | |
|   gem 'sass-globbing', '~> 1.0.0'
 | |
|   gem 'rubypants', '~> 0.2.0'
 | |
|   gem 'rb-fsevent', '~> 0.9'
 | |
|   gem 'stringex', '~> 1.4.0'
 | |
| end
 | |
| 
 | |
| gem 'sinatra', '~> 1.4.2'
 |