mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
9 lines
203 B
Ruby
9 lines
203 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.6.0'
|
|
gem 'jekyll-redirect-from', '~> 0.12.1'
|
|
gem 'jekyll-sitemap', '~> 1.1.1'
|
|
gem 'jekyll-toc', '~> 0.4.0.rc2'
|
|
end
|