0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00
Bootstrap/Gemfile

10 lines
230 B
Ruby
Raw Normal View History

2014-12-05 12:23:50 +01:00
source 'https://rubygems.org'
group :development, :test do
2017-09-26 13:59:36 +02:00
gem 'jekyll', '~> 3.6.0'
2017-02-05 13:39:16 +01:00
gem 'jekyll-redirect-from', '~> 0.12.1'
2017-04-19 13:59:12 +02:00
gem 'jekyll-sitemap', '~> 1.1.1'
gem 'jekyll-toc', '~> 0.3.0'
2017-07-15 11:23:36 +02:00
gem 'scss_lint', '~> 0.54.0'
2014-12-05 12:23:50 +01:00
end