bootstrap/Gemfile

8 lines
168 B
Ruby
Raw Normal View History

source 'https://rubygems.org'
group :development, :test do
gem 'jekyll', '~> 3.8.5'
2018-12-30 23:14:52 +08:00
gem 'jekyll-redirect-from', '~> 0.14.0'
gem 'jekyll-sitemap', '~> 1.2.0'
end