summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 2b4d117af086340a1e6f8fab2bb3daa0aa3dcef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# frozen_string_literal: true

source "https://rubygems.org"

gem "jekyll", "~> 4.4.1"

group :jekyll_plugins do
  gem "jekyll-seo-tag"
  gem "jekyll-feed", "~> 0.17.0"
  gem "jekyll-paginate-v2"
end

platforms :mingw, :x64_mingw, :mswin, :jruby do
  gem "tzinfo", ">= 1", "< 3"
  gem "tzinfo-data"
end

gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]