-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
19 lines (17 loc) · 863 Bytes
/
Gemfile
File metadata and controls
19 lines (17 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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'
gem "jekyll-polyglot", :git => 'https://gitlab.com/fdroid/jekyll-polyglot.git',
:ref => 'b4520fd8c638d43b6b96abd8b4462b1a398bb0e2' # 1.8.0
gem 'jekyll-fdroid', :git => 'https://gitlab.com/fdroid/jekyll-fdroid.git',
:ref => '1d3f73538eaed1cf42c16e4c73de2c0a3c1b03b1'
gem 'git'
end