mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
10 lines
258 B
Ruby
10 lines
258 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.8.6'
|
|
gem 'jekyll-redirect-from', '~> 0.15.0'
|
|
gem 'jekyll-sitemap', '~> 1.4.0'
|
|
gem 'jekyll-toc', '~> 0.11.0'
|
|
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
|
|
end
|