forked from getsentry/sentry-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
22 lines (19 loc) · 645 Bytes
/
Gemfile
File metadata and controls
22 lines (19 loc) · 645 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
source "https://rubygems.org"
# gem "jekyll", "3.8.2"
gem "jekyll", :git =>"https://github.com/jekyll/jekyll.git", :ref => '72dc3a56f399e5c249b2645391ebfd37d4d8a578'
gem "nokogiri", "1.8.3"
gem "html-proofer"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "sprockets", "~> 4.0.beta", {
require: false
}
gem 'jekyll-assets', '3.0.11'
gem 'jekyll-algolia', '~> 1.0'
gem 'jekyll-toc', '0.9.0'
gem 'autoprefixer-rails'
gem 'jekyll-extlinks'
gem 'liquid-md5'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]