twbs--bootstrap/Gemfile

10 lines
235 B
Ruby
Raw Normal View History

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