jekyll-seo-tag/Gemfile

8 lines
132 B
Ruby
Raw Normal View History

2017-10-22 16:37:44 +00:00
# frozen_string_literal: true
2017-03-31 19:31:06 +00:00
source "https://rubygems.org"
2015-10-25 21:21:46 +00:00
gemspec
2017-05-25 13:50:01 +00:00
gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]