diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
| commit | 1100562e29f6476448b656dbddd4cf22505523f6 (patch) | |
| tree | 442eec492199104bd49dfd74474ce89ade8fcac9 /Gemfile | |
| parent | a40d80be378e46a6c490e1b99b0d8f4acd968503 (diff) | |
| download | mitjafelicijan.com-1100562e29f6476448b656dbddd4cf22505523f6.tar.gz | |
Move back to JBMAFP
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] | ||
