0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-31 23:52:18 +01:00
Bootstrap/Gemfile

8 lines
184 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
group :development, :test do
2019-05-20 16:49:26 +03:00
gem 'jekyll', '~> 3.8.6'
gem 'jekyll-sitemap', '~> 1.3.1'
2019-02-12 17:59:38 +02:00
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end