0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
Bootstrap/Gemfile

10 lines
258 B
Ruby
Raw Normal View History

2014-12-05 12:23:50 +01:00
source 'https://rubygems.org'
group :development, :test do
2020-07-06 15:35:04 +02:00
gem 'jekyll', '~> 4.1.1'
2020-02-17 10:53:24 +01:00
gem 'jekyll-redirect-from', '~> 0.16.0'
2019-11-25 11:02:45 +01:00
gem 'jekyll-sitemap', '~> 1.4.0'
2020-05-07 08:19:26 +02:00
gem 'jekyll-toc', '~> 0.14.0'
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
2014-12-05 12:23:50 +01:00
end