twbs--bootstrap/Gemfile

10 lines
257 B
Ruby
Raw Normal View History

2014-12-05 11:23:50 +00:00
source 'https://rubygems.org'
group :development, :test do
2018-10-06 08:49:39 +00:00
gem 'jekyll', '~> 3.8.4'
2018-07-06 09:06:18 +00:00
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
2018-10-29 13:28:15 +00:00
gem 'jekyll-toc', '~> 0.9.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
2014-12-05 11:23:50 +00:00
end