Sha256: 878ab4dfc7717786329abe0d3fa2e57731d84140bc4a320d06377b437c3e5588
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
source 'https://rubygems.org' gem "jekyll" gem "pry-byebug" group :jekyll_plugins do gem "octopress", path: "../" gem "octopress-ink"#, path: "../../ink" gem "octopress-deploy"#, path: "../../deploy" gem "octopress-solarized"#, path: "../../solarized" gem "octopress-asset-pipeline"#, path: "../../asset-pipeline" gem "octopress-codefence"#, path: "../../codefence" gem "octopress-codeblock"#, path: "../../codeblock" gem "octopress-render-code"#, path: "../../render-code" gem "octopress-gist"#, path: "../../gist" gem "octopress-abort-tag"#, path: "../../abort-tag" gem "octopress-include-tag"#, path: "../../include-tag" gem "octopress-render-tag"#, path: "../../render-tag" gem "octopress-return-tag"#, path: "../../return-tag" gem "octopress-minify-html"#, path: "../../minify-html" gem "octopress-quote-tag"#, path: "../../quote-tag" gem "octopress-pullquote-tag"#, path: "../../pullquote-tag" gem "octopress-image-tag"#, path: "../../image-tag" gem "octopress-video-tag"#, path: "../../video-tag" gem "clash", path: "../../clash" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octopress-3.0.0.rc.26 | site/Gemfile |