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 fcb41c7afd Remove sass gem.
Jekyll 3.x has it as a dependency already.
2016-03-11 11:10:51 +02:00

8 lines
199 B
Ruby

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