mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 13:10:23 +00:00
8 lines
199 B
Ruby
8 lines
199 B
Ruby
source 'https://rubygems.org'
|
|
|
|
group :development, :test do
|
|
gem 'jekyll', '~> 3.7.0'
|
|
gem 'jekyll-redirect-from', '~> 0.13.0'
|
|
gem 'jekyll-sitemap', '~> 1.2.0'
|
|
gem 'jekyll-toc', '~> 0.5.1'
|
|
end
|