1source "https://rubygems.org"
2ruby RUBY_VERSION
3
4# Hello! This is where you manage which Jekyll version is used to run.
5# When you want to use a different version, change it below, save the
6# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
7#
8#     bundle exec jekyll serve
9#
10# This will help ensure the proper Jekyll version is running.
11# Happy Jekylling!
12
13gem "jekyll", "3.6.3"
14
15# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
16gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
17