-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathGemfile
More file actions
24 lines (22 loc) · 1.24 KB
/
Gemfile
File metadata and controls
24 lines (22 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
source 'https://rubygems.org'
gem "jekyll"
# The gem packages come from the system, e.g. Debian packages. The
# gems from git should be referenced using a commit ID ref to provide
# a strong verified link to the source code. The production site
# verifies a signed git tag, which then will include the SHA1 commit
# ID, which git will verify.
group :jekyll_plugins do
gem "jekyll-redirect-from"
# gem "jekyll-paginate-v2", :git => 'https://github.com/sverrirs/jekyll-paginate-v2.git',
# :ref => '7bc2634c04c49120b674cc3506275f85c4389f5c'
# There seems to be a layout caching bug in `jekyll-paginate-v2` with Jekyll v4
# Switch to a PR branch fix until a proper fix lands into master
# See https://github.com/sverrirs/jekyll-paginate-v2/pull/260
gem "jekyll-paginate-v2", :git => 'https://github.com/jameshi16/jekyll-paginate-v2.git',
:ref => '8a1df6405618fdbe922b9f4419bed59cab9d31fd' # branch: 'cache-mismatch-error'
gem "jekyll-polyglot", :git => 'https://github.com/untra/polyglot.git',
:ref => '2c977ff26f831189f1fc4d4a7c01ee43c702f633' # 1.11.0
gem 'jekyll-fdroid', :git => 'https://gitlab.com/fdroid/jekyll-fdroid.git',
:ref => 'd7b23490a358d0c47d3bbeba75ed1f9e7babd5ef'
gem 'git'
end