2019-08-03 11:14:05 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gemspec
|
2019-09-11 06:19:34 +02:00
|
|
|
|
|
|
|
# If you have any plugins, put them here!
|
|
|
|
group :jekyll_plugins do
|
|
|
|
gem "jekyll-paginate"
|
|
|
|
end
|
|
|
|
|
|
|
|
# Performance-booster for watching directories on Windows
|
|
|
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|