Created
November 12, 2015 22:11
-
-
Save justin808/57dbd295ce9fe3a72fde to your computer and use it in GitHub Desktop.
Octopress 3 Gemfile
This file contains 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
source "https://rubygems.org" | |
gem "octopress", "~>3" | |
gem "jekyll", "<3" | |
group :jekyll_plugins do | |
gem "octopress-asset-pipeline" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need to be sure not to use Jekyll 3 yet.
CC: @octopress, @imathis