mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
9 lines
257 B
Ruby
9 lines
257 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.8.5'
|
|
gem 'jekyll-redirect-from', '~> 0.14.0'
|
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
|
gem 'jekyll-toc', '~> 0.9.1'
|
|
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
|
end
|