bootstrap/Gemfile

8 lines
184 B
Ruby
Raw Permalink Normal View History

source 'https://rubygems.org'
group :development, :test do
2019-05-20 21:49:26 +08:00
gem 'jekyll', '~> 3.8.6'
gem 'jekyll-sitemap', '~> 1.3.1'
2019-02-12 23:59:38 +08:00
gem 'wdm', '~> 0.1.1', :install_if => Gem.win_platform?
end