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

10 lines
257 B
Ruby
Raw Normal View History

2014-12-05 12:23:50 +01:00
source 'https://rubygems.org'
group :development, :test do
2018-11-27 18:13:23 +01:00
gem 'jekyll', '~> 3.8.5'
2018-07-06 11:06:18 +02:00
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
2018-11-27 18:13:23 +01:00
gem 'jekyll-toc', '~> 0.9.1'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
2014-12-05 12:23:50 +01:00
end