You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
308 B
14 lines
308 B
4 years ago
|
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"
|