mirror of https://github.com/docker/docs.git
18 lines
436 B
Ruby
18 lines
436 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', '3.8.6'
|
|
gem 'jekyll-redirect-from'
|
|
gem 'jekyll-relative-links'
|
|
gem 'jekyll-sitemap'
|
|
|
|
# FIXME: enforce rouge to old version for now: https://github.com/docker/docker.github.io/issues/14788
|
|
gem 'rouge', "2.2.1"
|
|
|
|
gem 'archive-zip'
|
|
gem 'html-proofer'
|
|
gem 'octopress-hooks'
|
|
gem 'rake'
|