add json gem into jekyll_plugins group

This commit is contained in:
Justin Cooper 2020-08-10 11:03:16 -05:00
parent 3aedbd204b
commit 8497ac202a

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"