Added jekyll-multiple-languages-plugin to the gemfile

This commit is contained in:
rehrar 2017-11-21 12:38:05 -07:00
parent 9e7ab248e4
commit 3d4a4fa59a
No known key found for this signature in database
GPG Key ID: 9B252A4EF355CC8D
2 changed files with 4 additions and 0 deletions

View File

@ -5,3 +5,4 @@ gem 'jekyll-paginate'
gem 'builder'
gem 'rubysl-rexml'
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
gem 'jekyll-multiple-languages-plugin'

View File

@ -18,6 +18,8 @@ GEM
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-multiple-languages-plugin (1.5.1)
jekyll (>= 2.0, < 4.0)
jekyll-paginate (1.1.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
@ -50,6 +52,7 @@ PLATFORMS
DEPENDENCIES
builder
jekyll
jekyll-multiple-languages-plugin
jekyll-paginate
rubysl-rexml