Created
December 9, 2019 13:40
-
-
Save jacobtomlinson/44c65845510cd1e8e807addd8d22cf30 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Gemfile | |
source "https://rubygems.org" | |
gem "jekyll", "~> 3.8.5" | |
gem "minima", "~> 2.0" | |
group :jekyll_plugins do | |
gem "jekyll-feed", "~> 0.6" | |
end | |
gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] | |
gem "wdm", "~> 0.1.0" if Gem.win_platform? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment