mirror of
				https://github.com/MinimalBible/MinimalBible.github.io
				synced 2025-11-03 18:10:31 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			129 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source 'https://rubygems.org'
 | 
						|
 | 
						|
gem 'jekyll'
 | 
						|
gem 'kramdown'
 | 
						|
gem 'coderay'
 | 
						|
gem 'rake'
 | 
						|
gem 'thor'
 | 
						|
gem 'activesupport'
 | 
						|
gem 'stringex' |