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