Switch to using a Gemfile

This commit is contained in:
Adam Voss
2017-02-10 16:45:26 -06:00
parent c93448c797
commit 4f70121c8a
3 changed files with 64 additions and 4 deletions

9
Gemfile Normal file
View File

@ -0,0 +1,9 @@
source "https://rubygems.org"
ruby RUBY_VERSION
# This will help ensure the proper Jekyll version is running.
gem "jekyll", "3.4.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]