1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00
twbs--bootstrap/Gemfile
XhmikosR ac8fad862c Bump jekyll-sitemap.
[skip sauce]
[skip validator]
2016-01-25 21:01:28 +02:00

9 lines
225 B
Ruby

source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.1.0'
gem 'jekyll-redirect-from', '~> 0.9.1'
gem 'jekyll-sitemap', '~> 0.10.0'
gem 'sass', '~> 3.4.21'
gem 'scss_lint', '~> 0.44.0'
end