Merge pull request #518 from jwcooper/contributing-json-gem

Add json gem into jekyll_plugins group
This commit is contained in:
Kattni 2020-08-10 12:05:11 -04:00 committed by GitHub
commit f1f0c53465
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ group :jekyll_plugins do
gem 'jekyll-seo-tag'
gem 'jekyll-paginate'
gem 'jekyll-redirect-from'
gem "jekyll-get-json", "~> 0.0.1"
end
group :development do
@ -28,4 +29,3 @@ group :development do
gem 'image_processing'
end
gem "jekyll-get-json", "~> 0.0.1"