add json gem into jekyll_plugins group
This commit is contained in:
parent
3aedbd204b
commit
8497ac202a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
|
@ -21,6 +21,7 @@ group :jekyll_plugins do
|
||||||
gem 'jekyll-seo-tag'
|
gem 'jekyll-seo-tag'
|
||||||
gem 'jekyll-paginate'
|
gem 'jekyll-paginate'
|
||||||
gem 'jekyll-redirect-from'
|
gem 'jekyll-redirect-from'
|
||||||
|
gem "jekyll-get-json", "~> 0.0.1"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
|
@ -28,4 +29,3 @@ group :development do
|
||||||
gem 'image_processing'
|
gem 'image_processing'
|
||||||
end
|
end
|
||||||
|
|
||||||
gem "jekyll-get-json", "~> 0.0.1"
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue