mirror of https://github.com/docker/docs.git
23 lines
610 B
Ruby
23 lines
610 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
|
|
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
|
|
|
|
gem 'jekyll', '4.2.2'
|
|
group :jekyll_plugins do
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll-relative-links'
|
|
gem 'jekyll-sitemap'
|
|
end
|
|
|
|
# FIXME: This is a workaround for a bug in rouge console lexer
|
|
# introduced by https://github.com/rouge-ruby/rouge/pull/1779
|
|
# more info: https://github.com/docker/docs/issues/14788
|
|
gem 'rouge', '3.27.0'
|
|
|
|
gem 'front_matter_parser', '1.0.1'
|
|
gem 'git', '1.13.0'
|
|
gem 'mdl', '0.11.0'
|
|
gem 'octopress-hooks', '2.6.2'
|
|
gem 'rake', '13.0.6'
|