mirror of
				https://gitlab.com/famedly/fluffychat.git
				synced 2025-11-03 13:57:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			274 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
source "https://rubygems.org"
 | 
						|
ruby RUBY_VERSION
 | 
						|
 | 
						|
# This will help ensure the proper Jekyll version is running.
 | 
						|
gem "jekyll", "3.4.0"
 | 
						|
 | 
						|
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
 | 
						|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 |