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.
		
		
		
		
		
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			475 B
		
	
	
	
		
			Ruby
		
	
			
		
		
	
	
			21 lines
		
	
	
		
			475 B
		
	
	
	
		
			Ruby
		
	
source "https://rubygems.org"
 | 
						|
 | 
						|
group :development do
 | 
						|
  gem 'rake', '~> 10.0'
 | 
						|
  gem 'jekyll', '~> 2.0'
 | 
						|
  gem 'octopress-hooks', '~> 2.2'
 | 
						|
  gem 'octopress-date-format', '~> 2.0'
 | 
						|
  gem 'jekyll-sitemap'
 | 
						|
  gem 'rdiscount', '~> 2.0'
 | 
						|
  gem 'RedCloth', '~> 4.2.9'
 | 
						|
  gem 'haml', '~> 4.0'
 | 
						|
  gem 'compass', '~> 1.0.1'
 | 
						|
  gem 'sass-globbing', '~> 1.0.0'
 | 
						|
  gem 'rubypants', '~> 0.2.0'
 | 
						|
  gem 'rb-fsevent', '~> 0.9'
 | 
						|
  gem 'stringex', '~> 1.4.0'
 | 
						|
  gem 'gemoji'
 | 
						|
end
 | 
						|
 | 
						|
gem 'sinatra', '~> 1.4.2'
 |