Merge pull request #518 from jwcooper/contributing-json-gem
Add json gem into jekyll_plugins group
This commit is contained in:
commit
f1f0c53465
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-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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue