-
Jennifer Mankoff authored58ccb448
This project manages its dependencies using Bundler.
Learn more
Gemfile 1.05 KiB
source "https://rubygems.org"
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "< 4.0"
gem 'sassc', '~> 2.4.0'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'execjs'
gem 'jekyll-redirect-from'
gem 'jekyll-target-blank'
gem "jekyll-feed"
gem "jekyll-paginate"
gem "jekyll-contentblocks"
gem "jekyll-assets"
gem 'jekyll-font-awesome-sass'
gem "font-awesome-sass"
gem "sprockets", "~> 3.7"
gem "kramdown-parser-gfm"
gem 'remark'
gem 'jekyll-mermaid'
gem 'uglifier'
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?
gemspec