mirror of
				https://github.com/twbs/bootstrap.git
				synced 2025-11-04 00:03:15 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			348 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			348 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# Ruby Gems for building and testing Bootstrap
 | 
						|
# Run `grunt update-gemfile-lock` to update to the latest compatible versions
 | 
						|
 | 
						|
source 'https://rubygems.org'
 | 
						|
 | 
						|
group :development, :test do
 | 
						|
  gem 'jekyll', '~> 3.0.1'
 | 
						|
  gem 'jekyll-redirect-from', '~> 0.9.0'
 | 
						|
  gem 'jekyll-sitemap', '~> 0.9.0'
 | 
						|
  gem 'sass', '~> 3.4.19'
 | 
						|
  gem 'scss_lint', '~> 0.43'
 | 
						|
end
 |