mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-16 15:58:16 +00:00
8 lines
181 B
Ruby
8 lines
181 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'jekyll'
|
|
gem 'jekyll-paginate'
|
|
gem 'builder'
|
|
gem 'rubysl-rexml'
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
|
gem 'jekyll-multiple-languages-plugin'
|