mirror of
https://github.com/monero-project/monero-site.git
synced 2025-02-02 03:06:27 +00:00
Added jekyll-multiple-languages-plugin to the gemfile
This commit is contained in:
parent
9e7ab248e4
commit
3d4a4fa59a
2 changed files with 4 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue