summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..2b4d117
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,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]