mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
17 lines
366 B
Ruby
17 lines
366 B
Ruby
source "https://rubygems.org"
|
|
gem "minima", "~> 2.5"
|
|
gem "github-pages", group: :jekyll_plugins
|
|
|
|
gem "jekyll-remote-theme"
|
|
gem "jekyll-sitemap", "~> 1.4.0"
|
|
|
|
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"
|
|
|
|
gem "webrick", "~> 1.7"
|