Sha256: 41640992ac9801978257393beeaa84640700526dd3e249e9c860633aaac4eb45
Contents?: true
Size: 472 Bytes
Versions: 1
Compression:
Stored size: 472 Bytes
Contents
# Frozen-string-literal: true # Copyright: 2012 - 2018 - MIT License # Encoding: utf-8 source "https://rubygems.org" gemspec sv = "~> 4.0.beta" gem "sprockets", ENV["SPROCKETS_VERSION"] || sv, require: false # rubocop:disable Bundler/DuplicatedGem if ENV["JEKYLL_VERSION"] gem "jekyll", ENV["JEKYLL_VERSION"], { require: false, } elsif ENV["JEKYLL_BRANCH"] gem "jekyll", { git: "https://github.com/jekyll/jekyll", branch: ENV["JEKYLL_BRANCH"], } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-3.0.12 | Gemfile |