forked from electricbookworks/electric-book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGemfile
More file actions
20 lines (15 loc) · 911 Bytes
/
Gemfile
File metadata and controls
20 lines (15 loc) · 911 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
source 'https://rubygems.org'
# This Jekyll version may not be what GitHub Pages supports.
# If you must ensure the same behaviour as GitHub pages,
# change this to match what it supports: https://pages.github.com/versions/
gem 'jekyll', '~>3.8.3'
# GitHub Pages recommends using the github-pages gem instead,
# but this injects unwanted files: https://github.com/github/pages-gem/issues/482
# Uncomment the following line (and comment out the Jekyll version above)
# to use this gem, e.g. to test how your site will build on GitHub Pages.
# gem 'github-pages', group: :jekyll_plugins
# This is highly recommended if your team uses Windows.
gem 'wdm', '>= 0.1.1' if Gem.win_platform?
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# For what ~> means, see https://robots.thoughtbot.com/rubys-pessimistic-operator