envygeeks/jekyll-post-tags

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
# Frozen-string-literal: true
# Copyright: 2016 - 2018 - MIT License
# Author: Jordon Bedwell
# Encoding: utf-8

source "https://rubygems.org"
gemspec

if ENV["JEKYLL_VERSION"]
  gem "jekyll", "~> #{ENV['JEKYLL_VERSION']}"
end