Files
build-cpp-cmkr/docs/Gemfile
T
Luiz "darknessxk" Felipe 964961eb64 Jekyll configuration and prep
2021-05-13 03:29:38 +02:00

14 lines
308 B
Ruby

source "https://rubygems.org"
gem "minima", "~> 2.5"
gem "github-pages", group: :jekyll_plugins
gem "jekyll-remote-theme"
platforms :mingw, :x64_mingw, :mswin, :jruby do
gem "tzinfo", "~> 1.2"
gem "tzinfo-data"
end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "just-the-docs"