summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 68aa6c15538f0c090c4e4255e57a8d6a0626312e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

source "https://rubygems.org"
gemspec

# 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?