aboutsummaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 14:59:14 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-10 14:59:14 +0100
commit1100562e29f6476448b656dbddd4cf22505523f6 (patch)
tree442eec492199104bd49dfd74474ce89ade8fcac9 /Gemfile
parenta40d80be378e46a6c490e1b99b0d8f4acd968503 (diff)
downloadmitjafelicijan.com-1100562e29f6476448b656dbddd4cf22505523f6.tar.gz
Move back to JBMAFP
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]