forked from osmberlin/parkraum.osm-verkehrswende.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
26 lines (22 loc) · 862 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# frozen_string_literal: true
source "https://rubygems.org"
gem "jekyll", "~> 4.2.2"
gem "webrick", "~> 1.7"
# Required to use --livereload option.
# Other gem versions are incompatible with the newer ruby version.
# Via https://talk.jekyllrb.com/t/error-when-running-symbol-not-found-in-flat-namespace-ssl-ctx-set-options/6663/4
gem 'eventmachine', '1.3.0.dev.1', git: '[email protected]:eventmachine/eventmachine', branch: 'master'
# Themen
gem "minima", "~> 2.5"
# Feature
group :jekyll_plugins do
gem "kramdown-parser-gfm", "~> 1.1"
gem "jekyll-redirect-from", "~> 0.16.0" # https://github.com/jekyll/jekyll-redirect-from
gem "jekyll-feed", "~> 0.12"
gem 'jekyll-relative-links' # https://github.com/benbalter/jekyll-relative-links
end
platforms :mingw, :x64_mingw, :mswin do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
gem "wdm", "~> 0.1.1"
end