mirror of
				https://github.com/cotes2020/chirpy-starter.git
				synced 2025-10-27 23:37:46 +10:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			324 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			324 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| # frozen_string_literal: true
 | |
| 
 | |
| source "https://rubygems.org"
 | |
| 
 | |
| gem "jekyll-theme-chirpy", "~> 7.4", ">= 7.4.1"
 | |
| 
 | |
| gem "html-proofer", "~> 5.0", group: :test
 | |
| 
 | |
| platforms :mingw, :x64_mingw, :mswin, :jruby do
 | |
|   gem "tzinfo", ">= 1", "< 3"
 | |
|   gem "tzinfo-data"
 | |
| end
 | |
| 
 | |
| gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
 | 
