diff options
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 24 |
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 @@ | |||
| 1 | source "https://rubygems.org" | ||
| 2 | |||
| 3 | gem "jekyll", "~> 4.3.2" | ||
| 4 | |||
| 5 | group :jekyll_plugins do | ||
| 6 | gem "jekyll-feed", "~> 0.12" | ||
| 7 | gem "jekyll-minifier" | ||
| 8 | gem "jekyll-sitemap" | ||
| 9 | gem "jekyll-seo-tag" | ||
| 10 | end | ||
| 11 | |||
| 12 | # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data | ||
| 13 | # gem and associated library. | ||
| 14 | platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
| 15 | gem "tzinfo", ">= 1", "< 3" | ||
| 16 | gem "tzinfo-data" | ||
| 17 | end | ||
| 18 | |||
| 19 | # Performance-booster for watching directories on Windows | ||
| 20 | gem "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. | ||
| 24 | gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] | ||
