twbs--bootstrap/Gemfile

9 lines
199 B
Ruby
Raw Normal View History

2014-12-05 06:23:50 -05:00
source 'https://rubygems.org'
group :development, :test do
2017-10-22 17:30:03 -04:00
gem 'jekyll', '~> 3.6.2'
2017-02-05 07:39:16 -05:00
gem 'jekyll-redirect-from', '~> 0.12.1'
2017-04-19 07:59:12 -04:00
gem 'jekyll-sitemap', '~> 1.1.1'
2017-10-22 17:30:03 -04:00
gem 'jekyll-toc', '~> 0.4.0'
2014-12-05 06:23:50 -05:00
end