Skip to content

Instantly share code, notes, and snippets.

@jacobtomlinson
Created December 9, 2019 13:40
Show Gist options
  • Save jacobtomlinson/44c65845510cd1e8e807addd8d22cf30 to your computer and use it in GitHub Desktop.
Save jacobtomlinson/44c65845510cd1e8e807addd8d22cf30 to your computer and use it in GitHub Desktop.
# 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