aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile24
1 files changed, 0 insertions, 24 deletions
diff --git a/Gemfile b/Gemfile
deleted file mode 100644
index 191cd3b..0000000
--- a/Gemfile
+++ /dev/null
@@ -1,24 +0,0 @@
1source "https://rubygems.org"
2
3gem "jekyll", "~> 4.3.2"
4
5group :jekyll_plugins do
6 gem "jekyll-feed", "~> 0.12"
7 gem "jekyll-minifier"
8 gem "jekyll-sitemap"
9 gem "jekyll-seo-tag"
10end
11
12# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data
13# gem and associated library.
14platforms :mingw, :x64_mingw, :mswin, :jruby do
15 gem "tzinfo", ">= 1", "< 3"
16 gem "tzinfo-data"
17end
18
19# Performance-booster for watching directories on Windows
20gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
21
22# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of
23# the gem do not have a Java counterpart.
24gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]